getNodeById              package:SSOAP              R Documentation

_F_i_n_d _X_M_L _n_o_d_e _b_y '_i_d' _a_t_t_r_i_b_u_t_e

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

     This function basically finds the top-level node within a SOAP XML
     tree that has the specified 'id' attribute value. This is used to
     find/resolve references to other parts of the message

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

     getNodeById(id, root)

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

      id: the name of the node, usually identified by a 'href' in
          another node.

    root: the top-level XML node, i.e. the root node of the XML tree

_V_a_l_u_e:

     An XML node.

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

     Duncan Temple Lang <duncan@wald.ucdavis.edu>

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

     <URL: http://www.w3.org/TR/SOAP/> <URL:
     http://www.omegahat.org/SSOAP>, <URL:
     http://www.omegahat.org/bugs>.

_S_e_e _A_l_s_o:

     'fromSOAP'

_E_x_a_m_p_l_e_s:

