On Mon, 12 Aug 2002, Argyn Kuketayev wrote: > > > > -----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
Maybe it will hurt. Some people already complained about too much features to overcome and results in a steeper learning courve. Able to do things in different ways will give a burden on the maintainance phase of applications where other people not used to these features will have to learn them also even if they already know how to do things (by the "cocoon use pattern"). Giacomo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]