This version is out of date, covering development from v9.0.0 to v9.3.0. 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.

Stream.xml(path)

Returns the value of the object at path.

Stream.xml.each(path){action}

Iterates the child objects at the path using an action.

Stream.captureXML

This attempts to parse the source string as XML and fails if unsuccessful.