Useing: Xerces J 1.3.0, a variety of Java 2 JDKs (win, solaris, linux, all some flavor of jdk 1.3)
I am building a DOM tree, and need to read an attribute from a DB row that stores a small snippet of XML. I get this snippet and make small DOM tree just fine. Now I need to graft this small 'sub-tree' onto the bigger tree. How do I do this? Skipping the document node from the sub-tree and simply doing an appendChild() from a node in the main tree doesnt' seem to work. Nor does importNode(). Any hints would be much apprciated. -Fred --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
