XML Cleaner
From: Matthew Wieder (Development_at_SatoriGroupInc.com)
Date: 04/20/04
- Next message: AA: "Help with SOAP and Schema"
- Previous message: Harry: "Xsl Transform in .NET is Really Slow."
- Next in thread: Daniel Cazzulino [MVP XML]: "Re: XML Cleaner"
- Reply: Daniel Cazzulino [MVP XML]: "Re: XML Cleaner"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 20 Apr 2004 11:06:49 -0400
I was hoping that someone could point me in the right direction. I'm
looking to develop a tool that will run an XML file against an XSD
schema and if a node doesn't conform to the schema, remove that node
from the xml (or output a new xml without that node) and continue
through the whole document until it is "Clean" (valid).
The code to validate against the schema is strightforward, but how do I
use the exceptions thrown by the XmlValidatingReader to clean the XML file?
thanks!
- Next message: AA: "Help with SOAP and Schema"
- Previous message: Harry: "Xsl Transform in .NET is Really Slow."
- Next in thread: Daniel Cazzulino [MVP XML]: "Re: XML Cleaner"
- Reply: Daniel Cazzulino [MVP XML]: "Re: XML Cleaner"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|