Brice L wrote:

> Hi
>
> Can someone explain me how to use html2ecs and where
> to get the openxml jar files.
>

java -claspath ecs.jar org.apache.ecs.html2ecs.Html2Ecs somefile.html >
outfile

I changed the dependancy from openxml to xml4j (2.0.15) It seems to work
ok except for single element tags like <br> where it expects a closing
tag.  Anyone know how to make xml4j not care about this?  If you want to
use it and have it work you need to pull it out of cvs.  Note : It
doesn't produce compilable code, the code it produces is just to give
you an idea of what ecs code looks like.

-stephan



--
------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to