You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Weiguang (Bill) Qiu" <wq...@delanotech.com> on 2000/07/07 17:00:43 UTC

TreeWalker?

Hi,

Did anybody ever encounter this kind of problem?

I use TreeWalker's method traverse(...) to print out a Document Node which
has DocumentType 
included, the result is a little bit strange, because the DOCTYPE definition
is gone. Is it a bug? 
If no, is there a way to print out the whole XML content, I mean the DOCTYPE
won't be sheared.

Look forward to any helpful reply!

Bill