Altova XMLSpy 2024 Enterprise Edition

Superseded by AuthenticRange.LastXMLData

 

// ----- javascript sample -----

// instead of:

// var objXMLData = Application.ActiveDocument.DocEditView.CurrentSelection.End;

// use now:

var objXMLData = Application.ActiveDocument.AuthenticView.Selection.LastXMLData;

 

Declaration: End as XMLData

 

Description

XML element where the current selection ends.

 

 

 

© 2017-2023 Altova GmbH