Re: Validate the data contained in a DOM tree

2010-07-30 Thread Boris Kolpackov
Hi Vladimir, Vladimir Loubenski vloub...@opentext.com writes: My understanding that single way to validate data (Validation against XML schema) in a DOM tree is to create the DOM document, write it back as XML and re-parse it with validation turned on. Are there plans to support validation

Re: Validate the data contained in a DOM tree

2010-07-30 Thread B.W.H. van Beest
Re: Validate the data contained in a DOM tree Boris, Xerces-J has had the ability to validate a DOM in-memory for years. It behaves as if you serialized and then reparsed the document with schema validation enabled except that it's much more efficient (firing SAX like events to the sch

Re: Validate the data contained in a DOM tree

2010-07-30 Thread Michael Glavassevich
B.W.H. van Beest b...@xs4all.nl wrote on 07/30/2010 05:19:17 PM: Hi, I would like to support this request, but broaden it so that its usefulness is bigger. The functionality that I think would be much more useful is to have not only the possibility to validate in memory a given DOM-tree