Hi James,
I'm getting the following on a build after a CVS update:

compile:
     [javac] Compiling 206 source files to /usr/local/java/dom4j/build/classes
     [javac] 
/usr/local/java/dom4j/build/src/org/dom4j/io/XPPReader.java:31: Class 
org.dom4j.xpp.ProxyXmlStartTag not found in import.
     [javac] import org.dom4j.xpp.ProxyXmlStartTag;


I can't find org.dom4j.xpp.* -- and changing it in XPPReader.java to import 
org.gjt.xpp.ProxyXmlStartTag doesn't fix it, even though PullParser2.jar 
has this class apparently available. Should I have both PullParser11 and 
PullParser2 in my lib dir?

Any advice welcome -- I'm actually tracking a weird problem with namespaces 
- element.getAttributeValue(QName) sometimes returns the correct result and 
sometimes doesn't - so I tried refreshing CVS. Will restore my pre-update 
backup for now.

Thanks,
Thomas.
Platform: Linux-Mandrake 7.2


_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to