Altova XMLSpy 2024 Professional Edition

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.

 

© 2017-2023 Altova GmbH