xslt.xpath.Standalone
¶
The xpath.Standalone enumeration is used during xml serialization to control the standalone attribute generation in the xml declaration.
Constants¶
- xslt.xpath.Standalone.YES
The xml declaration will contain standalone=”yes”.
- xslt.xpath.Standalone.NO
The xml declaration will contain standalone=”no”.
- xslt.xpath.Standalone.OMIT
The xml declaration will contain no standalone attribute.