On Monday 06 January 2003 05:54 am, Carsten Ziegeler wrote:
> Hi,

Hi,

> I'm a little bit confused about all the changes in the xmlizer package.

:) I'm sorry Carsten. I give you grieve again....

> I found that the implementation has moved from the impl package to
> the xmlizer package. Why?

Simplify implementation. Right now XMLizer acts as an o.a.e.x.s.Parser 
manager. What it does is just looking up a parser based on the mime/type.

> And second, where are the implementations for the htmlizer etc.?

o.a.e.x.s.JTidyHTMLParser. As you can see the implementation is much simpler 
and also it creates only one Tidy instance in the initialization phase. Also 
I added the posibility to configure Tidy with parameters read from 
configuration.

Mircea.

P.S.: by the way org.apache.cocoon.components.sax.XMLByteStreamInterpreter 
would be an excelent candidate for a XMLByteParser for a mime/type such as 
"application/cocoon.byte.xml".


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to