Re: In-memory validation of XML documents

2004-07-29 Thread Ankit Pasricha
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

2004-07-29 Thread rahul . s . vyas
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