Alex,
Doh! I forgot to write " .*" at the end of import org.orbeon.oxf.xml.dom4j. It works now.
Thanks again,
--Michael
[EMAIL PROTECTED] wrote on 10/21/2003 11:50:19 AM:
> [EMAIL PROTECTED] wrote:
> > But the compiler says there is no org.orbeon.oxf.xml.dom4j package:
> > Error compiling 'MyProcessor'
> > /Library/jakarta-tomcat-4.1.27/webapps/forms/WEB-
> INF/resources/test/MyProcessor.java:13:
> > cannot resolve symbol
> > symbol : class dom4j
> > location: package xml
> > import org.orbeon.oxf.xml.dom4j;
>
> Hi Michael,
>
> You should write (looks like the class name is missing in your import):
>
> import org.orbeon.oxf.xml.dom4j.LocationSAXWriter;
>
_______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
