June 19, 2009
I spent a large portion of my time yesterday wrestling with validation errors for an XML document – a document which I was positive should be validating correctly. After a lot of fumbling around with options, various incantations of xsi, and checking & rechecking the schema, it occurred to suspect something could be up [...]
Filed under:
code by Chris
June 17, 2009
Today I ran into an interesting problem trying to validate an XDocument against an XmlSchemaSet. The complication arose from the fact that the master schema referenced (<import>ed) multiple additional schemas.
Initially I tried copying all the schema files to the output directory, then loading the master schema using XmlReader.Read(). The master schema references other schema files [...]
Filed under:
code by Chris
June 11, 2009
My website has been down for a few days because my server provider was hacked and around 50% of their servers were wiped clean. Unfortunately mine was in the half that got wiped. Also unfortunately, my backups were somewhat dated, and I lost a fair bit of stuff. This includes my SVN repository and Trac [...]