RE: Validation of DOM nodes

2007-05-21 Thread Carla Spruit
:36 PM To: j-users@xerces.apache.org Subject: Re: Validation of DOM nodes Hi Carla, The code you're looking at is Sun's fork of the codebase. Apache Xerces has never called into org.apache.xml.serializer.TreeWalker to do the traversal. The implementation in Xerces (since 2.7.0 w

Re: Validation of DOM nodes

2007-05-09 Thread Michael Glavassevich
Hi Carla, The code you're looking at is Sun's fork of the codebase. Apache Xerces has never called into org.apache.xml.serializer.TreeWalker to do the traversal. The implementation in Xerces (since 2.7.0 when it was introduced) was written so that it is capable of validating Nodes from a DOM L

Validation of DOM nodes

2007-05-09 Thread Carla Spruit
Hi, We would like to use the Xerces validation implementation to validate a DOM Document. (see http://xerces.apache.org/xerces2-j/javadocs/api/javax/xml/validation/Val idator.html) In Xerces 2.6.2 (included with java 1.5.0) the org.apache.xml.serializer.TreeWalker traverse method is used t