Its a bad idea to depend on the internal classes of any api, including xerces. Why do you need to use the class vs. the interface? ----- Original Message ----- From: Oswald Soza Morice To: [EMAIL PROTECTED] Sent: Friday, May 16, 2008 8:02 PM Subject: Problem with org.apache.xerces.internal.dom.TextImpl
Hi, I have a problem during compiling a program, for this import --> org.apache.xerces.interna.dom.TextImpl but the question is if i can use "import com.sun.org.apache.xerces.internal.dom.TextImpl; " instead of that ?