You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xml.apache.org by Wi...@techsol.com on 2000/05/15 17:33:54 UTC

returning a NodeList, then treating each Node as a Document.


Hello all.
      I am wanting to grab a set of Nodes from a  Document, but then treat each
of those Nodes as Documents (specifically use the getElementsByTagName() method
on each one to do something else).  Is there an easy (fast executing) way to do
this?

TIA
Cheers, Will--