You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xml.apache.org by Christopher Lambrecht <ch...@centera.com> on 2000/01/25 23:39:46 UTC

Problem with org.apache.xalan.xpath.xml.TreeWalker

I'm using Xalan 0_19_2, Xerces 1_0_0, & JDK 1.2.2 and I've run into a
problem using the TreeWalker to convert a org.w3c.dom.Node object into XML.
If I feed the TreeWalker a Document, it creates the string representation
just fine.  If I feed the TreeWalker a Node, I don't get anything back.
I've included a sample that illustrates the problem. 


Thanks,
Christopher Lambrecht


 <<Test.java>>