Macro Language Reference > Macros > System > tsgmdocomp
  
tsgmdocomp
Description
Sets the document compatibility options for an SGML document.
 
Example 251. Sample SGML document compatibility settings
The first parameter specifies that the settings of the document should be saved. The second parameter specifies that the document is not compatible with version 6 of PTC ALD. The third parameter specifies that the document is compatible with version 7 of PTC ALD .
tsgmdocomp 1,0,1
Syntax
tsgmdocomp docsave:o? v6:o? v7:o?
tsgmdocomp
[no parameter]
Invoke the SGML Document Settings dialog box.
docsave
Toggle whether to save the settings in a document:
0
Off
1
On
v6
Toggle compatibility with version 6 of PTC ALD :
0
Off
1
On
v7
Toggle compatibility with version 7 of PTC ALD :
0
Off
1
On