You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by "Clement Y. Liu" <li...@yahoo.com> on 2001/08/08 00:30:55 UTC

Different versions of Xerces output different results

hi, all, I've got a problem in using different
versions of Xerces to parse a XML file: 

My XML file is: 

http://www.cs.rpi.edu/~liuy2/XGMMLfiles/myXml.xml

When I used TreeWalker in Xerces 1.4.0, it output all
my nodes and atts correctly. However, in 1.4.1, it
output multiple times of <att> nodes and even worse
with 1.4.2, it only output the <graph> node.

Could sb. tell me what happened? I will use Xerces
1.4.0 because it transform my xml file to rdf file
correctly, but I still need xalan-j_2_2_D6 to
transform the rdf file to html file, the problem is 
xalan-j_2_2_D6 is based on Xerces 1.4.1, so when I set
the CLASSPATH to either one, my whole application
won't work. So what's the way to get around? 

Thank you very much

Clement


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org


Re: Different versions of Xerces output different results

Posted by Elena Litani <el...@ca.ibm.com>.
Hi, Clement,

> When I used TreeWalker in Xerces 1.4.0, it output all
> my nodes and atts correctly. However, in 1.4.1, it
> output multiple times of <att> nodes and even worse
> 

Some bug fixes to TreeWalker were applied after 1.4.2 release. 
Please, extract the code from CVS and try it. Let us know if there is
any problem.

Elena.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org