In-memory XML Schema validation without re-parsing
Daniel Cazzulino posted in his WebLog how to save more then 60% of the XML schema validation time using XPath NavigatorReader.
Check the entire article here and download a sample project code from SourceForge .
Read also his previous posts about techniques to improve XML performance:
- High-performance XML (I): Dynamic XPath expressions compilation
- High-performance XML (II): XPath execution tips
- High-performance XML (II'): Enhance XPath execution performance with XPathCache
- High-performance XML (III): returning well-formed XML from WebServices without XmlDocument
- High-performance XML (IV): subtree transformations without re-parsing
- High-performance XML (V): in-memory XML Schema validation without re-parsing