Rob Grundel wrote: > I have a svg image that gets serialized to jpeg through the svg2jpeg > converter. In this svg i use ECMA script to format some of the text. It > displays properley when viewed through an SVG viewer but when converted to > JPEG it does not seem to be running the script.
AFAIK scripts a triggered by events generated by the User Agent. Chances are that the JPEG Serializer User Agent used in Cocoon does not generate any events. Check your SVG with the command line rasterizer from the Batik package to see what may work and what wont. The batik-user list may be a source for more help. J.Pietschmann --------------------------------------------------------------------- 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]>