how to get the xml string inner a DOM Node
393822Oct 13 2003 — edited Nov 3 2003I was using oracle xml parser package to process xml documents. Now I have parsed a document into a DOM tree in my JAVA application. I need to get the xml text from a node inside the tree, who could tell me how to do it?