RE: SQL X-Connection - XNodeSet

2003-07-28 Thread art_w
s(node, ch, false); } } CVS: public NodeList nodelist() throws javax.xml.transform.TransformerException { org.apache.xml.dtm.ref.DTMNodeList nodelist = new org.apache.xml.dtm.ref.DTMNodeList(this); // Creating a DTMNodeList has the side-effect that it will create a clone // XNo

XNodeSet

2001-11-30 Thread Bernie Durfee
How do I create an XNodeSet from a Document? I used to be able to say new XNodeSet(dom.getDocumentElement), but this constructor seems to be gone now. How do I used the new constructors? Thanks, Bernie Durfee