> From: Moritz Petersen [mailto:[EMAIL PROTECTED]] > > > > From: Moritz Petersen [mailto:[EMAIL PROTECTED]] > > > > > > hello cocoon-users! > > > > > > i use cocoon for rendering dynamic images, which are diagrams. i have > > to > > > link to the diagram items, wich are dynamically positioned. > > > is there an elegant way to create a html <map> with cocoon? > > > > What's the issue? > > > > PS I do not use maps, but I guess it is simple HTML/XML or text. > > the point is that i don't know if i can create the map in the same step as > the image - or better: the other way. i have to include the map in the html > text and generate the image on the fly...
Is it necessary to generate map and the image at the same time? If yes, take a look at welcome-svg sample and how images are being generated ("extractor" transformer/generator pair). If no, just have two pipelines - one for image, one for map. Regards, Vadim > > p.s. i'm very new to cocoon2 > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>