xmlParseDoc               package:XML               R Documentation

_P_a_r_s_e _a_n _X_M_L _d_o_c_u_m_e_n_t _w_i_t_h _o_p_t_i_o_n_s _c_o_n_t_r_o_l_l_i_n_g _t_h_e _p_a_r_s_e_r.

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

     This function is a generalization of 'xmlParse' that parses an XML
     document.  With this function, we can specify a combination of
     different options that control the operation of the parser. The
     options control many different aspects the parsing process

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

     xmlParseDoc(file, options = 1L, encoding = character(), asText = !file.exists(file), baseURL = file)

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

    file: 

 options: 

encoding: 

  asText: 

 baseURL: 

_R_e_f_e_r_e_n_c_e_s:

     libxml2

