Altova XMLSpy 2024 Enterprise Edition

Superseded by AuthenticView.MarkupVisibility

 

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

// instead of:

// Application.ActiveDocument.DocEditView.MarkuUpView = 2;

// use now:

Application.ActiveDocument.AuthenticView.MarkupVisibility = spyAuthenticMarkupLarge;

 

Declaration: MarkUpView (kind as long)

 

Description

By default the document displayed is using HTML techniques. But sometimes it is desirable to show the editing tags. Using this method it is possible to display three different types of markup tags:

 

0

hide the markup tags

2

show the large markup tags

3

show the mixed markup tags.

 

 

 

© 2017-2023 Altova GmbH