I have an xml document with several types of map elements, <Map1>, <Map2>, ... I was trying to produce one large SVG doc from this for transformation to one big JPG for browser display. But for what I want to do with the SVG, it will probably be easier for me to produce a separate SVG for each type of map element each with different stylesheets. But then I need to run each of the SVGs through the svg2jpg serializer and finally create a single HTML page containing all the resulting JPGs. I hope this is clear:
+-------+ |<Map1> | ---> m1(svg) ---> m1(jpg) \ | | \ |<Map2> | ---> m2(svg) ---> m2(jpg) \ | | > abc.html | ... | ... / | | / |<MapN> | ---> mN(svg) ---> mN(jpg) / +-------+ abc.xml Not sure how to set up my stylesheets & sitemaps for this. Any hints/examples? Thanks! --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>