: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
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
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