XMLDocument.getElementById( id as String ) as Element
Get the element in this document with the given id, if any.
cts.doc("example.xml").getElementById("ex1")