XdmSerializationSettings.DoctypeSystem PropertyXdmSerializationSettings.DoctypeSystem PropertyXdmSerializationSettings::DoctypeSystem Property
- XmlPrime 1.0
Gets or sets the SYSTEM document type.
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Remarks
This property corresponds to the doctype-system
serialization parameter.
If the doctype-system
parameter is specified, then a document type declaration is output immediately
before the first element. The doctype-system
parameter specifies the SYSTEM
document type.
The doctype-system
parameter is ignored when the method
property is set to text
.