OldAuthenticView.XMLRoot (obsolete)
Superseded by AuthenticView.XMLDataRoot
// ----- javascript sample ----- // instead of: // var objXMLData = Application.ActiveDocument.DocEditView.XMLRoot; // use now: var objXMLData = Application.ActiveDocument.AuthenticView.XMLDataRoot; |
Declaration: XMLRoot as XMLData
Description
XMLRoot is the parent element of the currently displayed XML structure. Using the XMLData interface you have full access to the complete content of the file.