getNodeById {SSOAP} | R Documentation |
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
getNodeById(id, root)
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 |
An XML node.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://www.w3.org/TR/SOAP/ http://www.omegahat.org/SSOAP, http://www.omegahat.org/bugs.