RE: SQL X-Connection - XNodeSet
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
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