このサイトをビューするために JavaScript を有効化してください。

Altova XMLSpy 2021 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.

 

(C) 2015-2021 Altova GmbH