Hello,

Java Processor docs in the User Guide state you can generate the output document by:
        Create a DOM4J document and have it sent to the content handler using a LocationSAXWriter (in package org.orbeon.oxf.xml.dom4j):

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


Any idea what's wrong?  Where can I find the LocationSaxWriter object?  Are there java docs for the orbeon.oxf classes?

--Michael
_______________________________________________
oxf-users mailing list
[EMAIL PROTECTED]
http://mail.orbeon.com/mailman/listinfo/oxf-users

Reply via email to