I've been looking around for a way to programmatically
parse XSD files to generate an XML mapping so that I can take any XSD file and create a parser that will
parse any XML file that conforms to it, and my google-fu has been coming up short.
XSOM looks promising, as it will
parse an XSD file and make all its attributes
…