You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Charlie Hart <ch...@nc.rr.com> on 2001/02/14 21:02:28 UTC

domprint

I modified the domprint to dump te dom tree to a file. It workd ok
except for the DOCTYPE & System. The input is
<!DOCTYPE enterprise SYSTEM "persopts.dtd">
What I get on output is
005BE078enterprise 005BE0A4persopts.dtd">
I'm sure I'm missing somehting obvious & easy.

Also is there a way to have the parser build the processing instruction
nodes? They don't appear to be built since they don't show up when I
dump the tree.

thanks...charlie