Function File: [ node, s, e ] = getxmlnode (xml, tag)
Function File: [ node, s, e ] = getxmlnode (xml, tag, is)
Function File: [ node, s, e ] = getxmlnode (xml, tag, is, contnt)

Get a string representing the first xml tag node starting at position is in xml text string xml, and return start and end indices. If is is omitted it defaults to 1 (start of xml). If contnt is TRUE, return the portion of the node between the outer tags.

See also: getxmlattv.

Package: io