XML::SaveOptions
Inherits Enum / Comparable / Value / Object
Constants
FORMAT = 1
Format save output
NO_DECL = 2
Drop the xml declaration
NO_EMPTY = 4
No empty tags
NO_XHTML = 8
Disable XHTML1 specific rules
XHTML = 16
Force XHTML1 specific rules
AS_XML = 32
Force XML serialization on HTML doc
AS_HTML = 64
Force HTML serialization on XML doc
WSNONSIG = 128
Format with non-significant whitespace
None = 0
All = 255
Constructors
xml_default
SourceInstance methods
none?
Source