Re: In-memory validation of XML documents
I am currently working on a research project at JPMorgan attempting to find a way of performing in-memory validation of XML documen
In-memory validation of XML documents
I am currently working on a research project at JPMorgan attempting to find a way of performing in-memory validation of XML documents against their schemas. i.e. I want to take a parsed XML document in DOM form, held in memory, and validate it against a schema. I was wondering whether anyone has
