Home › Forums › General XMetaL Discussion › DOMElement xml property in XMAX 5.5 › Reply To: DOMElement xml property in XMAX 5.5
Reply to: DOMElement xml property in XMAX 5.5
December 15, 2009 at 8:27 amThe topic can be found by searching “xml” and it is the third search result listed. It states:
xml
Returns the XML information set for a given DOMElement, including default or fixed attribute values.
Applies to
XMetaL XMAX and XMetaL Author
Access
Read only
Returns
String
Usage in JScript
Document_object.documentElement.xml;
Usage in VBScript
Document_object.documentElement.xml
Example
// XMetaL Script Language JSCRIPT:
Application.Alert(ActiveDocument.documentElement.xml);
It gives me the impression that I could potentially pull xml fragments from a given element?