Macro Language Reference > Macros > Document Preferences > xml_conf
  
xml_conf
Description
A control keyword used with fdpref: XML specific preference options. Flags are cumulative.
 
Example 114. Activate multiple XML options using cumulative flags
The example below activates XML options for CDATA sections and instructs PTC ALD to always close PIs with ?>.
fdpref xml_conf 20
Syntax
xml_conf xml_flags:o
xml_flags
0
All XML options off.
1
Allow single quoted attribute values.
2
Allow < or ; in quotes/comments.
4
Recognize CDATA sections.
8
Convert embedded line breaks to spaces.
16
PIs closed with ?>: Always.
32
PIs closed with ?>: Permitted.
64
Allow attribute inheritance.