Tinderbox v10 Icon

XML processing

Tinderbox can process XML stored in any attribute, including $Text. XML element attributes are not related to Tinderbox attributes. XML stream operators are expecting the whole contents of the stream to be a valid XML object.

XML.xml(path)

Returns the value of the object at path.

XML.each(path){action}

Iterates the child objects at the path using an action.

String.captureXML()

Attempts to parse the Stream's string and re-scope it as only the (first) XML code detected within the text. It fails if unsuccessful.


See also—notes linking to here: