Re: [dom4j-user] dom4j to w3c.dom transformation

2003-06-17 Thread Stamatis Karbounarakis
Thank you very much. I will try it! Stam On Tue, 17 Jun 2003, David D. Lucas wrote: > This is common in Java when two classes have the same name (but > different packages). You have to be explicit with your use in the code. > Where you want a Document instance variable for DOM4J, use > org.dom4

Re: [dom4j-user] dom4j to w3c.dom transformation

2003-06-17 Thread David D. Lucas
This is common in Java when two classes have the same name (but different packages). You have to be explicit with your use in the code. Where you want a Document instance variable for DOM4J, use org.dom4j.Document. And likewise for W3C, use org.w3c.Document in the code. For Example: void so