[dom4j-user] (no subject)

2002-08-08 Thread JavaXML Developer
All, Though my xml file has processing Instruction. when i tried document.removeProcessingInstruction("xml"); it's not removing PI from my xml. Since it was not removing that PI i thought of trying first to check what it returns with document.processingInstructions(); method, but it returns empty

[dom4j-user] Procession Instruction issue

2002-08-08 Thread JavaXML Developer
All, Though my xml file has processing Instruction. when i tried document.removeProcessingInstruction("xml"); it's not removing PI from my xml. Since it was not removing that PI i thought of trying first to check what it returns with document.processingInstructions(); method, but it returns empty

[dom4j-user] Processing Instruction problem with removeProcessingInstruction() method

2002-08-09 Thread JavaXML Developer
Hi All, I badly need help to get removeProcessingInstruction() method wrok. If anybody could suggest me a solution, would highly be appreciated.Do You Yahoo!? HotJobs, a Yahoo! service - Search Thousands of New Jobs--- Begin Message --- All, Though my xml file has processing Instruction. when i t

RE: [dom4j-user] Processing Instruction problem with removeProcessingInstruction() method

2002-08-09 Thread JavaXML Developer
Thank you so much but in my case on the fly dom4j document is getting generated and before displaying or storing it i need to remove xml declaration. I am not using XMLWriter and so OutputFormat. Is there any other way i could remove xml declaration from dom4j document directly instead of setSuppre

[dom4j-user] error while converting w3c DOM into dom4j

2003-06-11 Thread JavaXML Developer
I have been trying to convert w3c DOM document into dom4j document using DOMReader domReader = new DOMReader();org.dom4j.Document dom4jDoc = domReader.read(w3cDom); //where w3cDom is com.sun.xml.tree.XmlDocument.   I keep getting following exception. java.lang.AbstractMethodError at org.dom4j.io.D

[dom4j-user] error while converting w3c DOM into dom4j

2003-06-11 Thread JavaXML Developer
I have been trying to convert w3c DOM document into dom4j document using DOMReader domReader = new DOMReader();org.dom4j.Document dom4jDoc = domReader.read(w3cDom); //where w3cDom is com.sun.xml.tree.XmlDocument.   I keep getting following exception. java.lang.AbstractMethodError at org.dom4j.io.

[dom4j-user] Error while converting W3C DOM to dom4j document

2003-06-11 Thread JavaXML Developer
I have been trying to convert w3c DOM document into dom4j document using DOMReader domReader = new DOMReader();org.dom4j.Document dom4jDoc = domReader.read(w3cDom); //where w3cDom is com.sun.xml.tree.XmlDocument.   I keep getting following exception. java.lang.AbstractMethodError at org.dom4j.io.

Re: [dom4j-user] Error while converting W3C DOM to dom4j document

2003-06-12 Thread JavaXML Developer
Dave, Thanks for your reply. could you point me where to find the sample which you are talking about? I am not able to see any example of converting JAXP created DOM into dom4j document. i would appreciate the early response. Thanks,Vikas"David D. Lucas" <[EMAIL PROTECTED]> wrote: The w3c DOM the

[dom4j-user] Error while converting DOM to dom4j (VERY URGENT)

2003-06-12 Thread JavaXML Developer
I have been trying to convert w3c DOM document into dom4j document using DOMReader domReader = new DOMReader();org.dom4j.Document dom4jDoc = domReader.read(w3cDom);//where w3cDom is com.sun.xml.tree.XmlDocument. I keep getting following exception.java.lang.AbstractMethodError at org.dom4j.io.DOMRea