This version is out of date, covering development from v9.5.0 to v9.7.3. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

Tinderbox v9 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 it as only the (first) XML code detected within the text. It fails if unsuccessful.