XML Compare .NET API Documentation - DEPRECATED
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
the processing instruction would be converted into:
Controls whether processing instructions are converted into XML markup.
Namespace: DeltaXML.CoreS9Api.ConfigAssembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax
Property Value
Type: BooleanRemarks
Controls whether processing instructions are converted into XML markup.
For example, with this input and setting of true for the preserve parameter:
<?dbfo table-width="50%"?>
<pi:dbfo>table-width="50%"</pi:dbfo>
When the processing instructions are contained within the root element of an XML file they appear in their converted form as in the example above. However, when outside of the root element they need to be moved and they will then appear as a child of either <preserve:comments-and-pis> element with a range attribute indicating their position, or as a child of the <preserve:doctype> element.
See Also