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
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 (for which there indeed exists a work-around -however, see below),

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