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
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