removeXMLNamespaces           package:XML           R Documentation

_R_e_m_o_v_e _n_a_m_e_s_p_a_c_e _d_e_f_i_n_i_t_i_o_n_s _f_r_o_m _a _X_M_L _n_o_d_e _o_r _d_o_c_u_m_e_n_t

_D_e_s_c_r_i_p_t_i_o_n:

     This function and its methods allow one to remove one or more XML
     namespace definitions on XML nodes within a document.

_U_s_a_g_e:

     removeXMLNamespaces(node, ..., all = FALSE, .els = unlist(list(...)))

_A_r_g_u_m_e_n_t_s:

    node: an XMLInternalNode or XMLInternalDocument object

     ...: the names of the namespaces to remove or an XMLNamespaceRef
          object returned via 'getNodeSet' or 'xpathApply'.

     all: a logical value indicating whether to remove all the
          namespace definitions on a node.

    .els: a list which is sometimes a convenient way to specify the
          namespaces to remove.

_A_u_t_h_o_r(_s):

     Duncan Temple Lang

