[XML-SIG] creating dom tree from node
Steffen Higel
Steffen.Higel at cs.tcd.ie
Thu Sep 18 07:12:21 EDT 2003
Hi,
A newbie question here and google hasn't been too helpful.
I'm running an xpath query on an xml document, which works fine. I then
want to load the nodes that it returns into a dom tree to get the useful
information out of them. The problem is I can't work out how to get
from a Node to a doc. If I could even work out how to get the Node into
a string, I could use the reader.fromString function to do this.
thanks in advance,
Steffen
More information about the XML-SIG
mailing list