|
settings = new-object System.Xml.XmlReaderSettings $doc = (resolve-path $doc).ProviderPath $reader = [xml.xmlreader]::create($doc, $settings) [int] $count = 0
|
|
URL:http://msdn2.microsoft.com/en-us/library/system.xml.xmlreadersettings.aspx> and you need to set the validation flag to process inline schemas
|
|
The System.Xml.XmlReaderSettings.ValidationType property determines whether the XmlReader instance enforces validation. The System.Xml.XmlReaderSettings.ValidationFlags property ...
|
|
The System.Xml.XmlReaderSettings.ValidationType property determines whether the XmlReader instance enforces validation. The System.Xml.XmlReaderSettings.ValidationFlags property ...
|
|
URL:http://msdn2.microsoft.com/en-us/library/system.xml.xmlreadersettings.aspx> >> and you need to set the validation flag to process inline schemas
|
|
Property: System.Xml.XmlReaderSettings.MaxCharactersFromEntities - getter: None: Property: System.Xml.XmlReaderSettings.MaxCharactersFromEntities( System.Int64) - setter: None
|
|
Gets or sets the level of conformance which the XmlReader will comply. ... Note that XmlReader objects created by the Create method are more compliant by default than the ...
|
|
Gets or sets a value indicating whether the XmlReader will perform validation or type assignment when reading.
|
|
Mono Class Library : System.Xml Namespace System.Xml.XmlReaderSettings Class: Note: This namespace, class, or member is supported only in version .NET 2.0 ...
|
|
The members of System.Xml.XmlReaderSettings are listed below. See Also: Inherited members from System.Object [ ...
|