> -----Original Message-----
> From: Torsten Curdt [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, August 04, 2002 8:27 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [ANNOUNCEMENT] new pdf serializer in HEAD
> 
> 
> On Friday 02 August 2002 20:34, Argyn Kuketayev wrote:
> > Torsten
> >
> > what about supporting iText tagmap?
> > http://www.lowagie.com/iText/tutorial/ch07.html
> >
> > it would need small changes:
> >
> > 1. add tagmap file name to configuration, and one more field member
> > "tagmap".
> > 2. change in setOutputStream()
> >         this.contentHandler = new SAXiTextHandler(document);
> > to
> >         this.contentHandler = new SAXmyHandler(document, tagmap);
> 
> What for? We have pipelines. You could easily do that with a simple 
> transformation. I don't see a reason for supporting this 
> besides the tagmap 
> might be faster than XSLT.... (but that's also just an assumption)
> Not supporting it would force the "cocoon use pattern"

reasons: it should be faster, some people might use tagmaps already, it
doesn't hurt to have more features

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to