getNodeById {SSOAP}R Documentation

Find XML node by 'id' attribute

Description

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

Usage

getNodeById(id, root)

Arguments

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

Value

An XML node.

Author(s)

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

References

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

See Also

fromSOAP

Examples



[Package SSOAP version 0.2-2 Index]