Mono Class Library: System.Xml.XmlTextReader Overview | MembersSystem.Xml.XmlTextReader.Normalization Property |
Gets or sets a value indicating whether to normalize white space and attribute values. [Edit]
|
A bool where true indicates to normalize; otherwise, false. The default is false. [Edit]
Type Reason InvalidOperationException When attempting to set the property, the current instance has been closed. [Edit]
This property can be changed at any time before the current instance has been closed and takes affect on the next read operation.
If XmlTextReader.Normalization is set to false, this also disables character range checking for numeric entities. As a result, character entities, such as " �", are allowed.
Note:[Edit]See "Attribute-Value Normalization" in the W3C XML 1.0 recommendation, REC-xml-19980210.
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0