XdmSerializationSettings.OmitXmlDeclaration PropertyXdmSerializationSettings.OmitXmlDeclaration PropertyXdmSerializationSettings::OmitXmlDeclaration Property
- XmlPrime 1.0
Gets or sets a value indicating whether the XML declaration should be omitted in the output.
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Property Value
Type: System.BooleanSystem.BooleanSystem::Boolean
true
True
true
if the XML declaration should be omitted in the output; otherwise false
False
false
.
Remarks
This property corresponds to the omit-xml-declaration
serialization parameter.
In XML and XHTML output modes this parameter indicates whether the XML declaration should be omitted. If the output method is Text or HTML then this parameter is ignored.