Hi,

> get the xml data ('generate'), build the svg graph
> ('transform' with xsl, or build with js: 'action' ? ),
> then transform and serialise into an xhtml table with
> the svg embedded to meet a required coplet structure.

what about simple xhtml-image-tag pointing to the map:match
which is creating your jpeg (based on a svg) ?
something like this:

in the coplet:
<img src="/mychart.jpg"/>

in the sitemap:
<map:match pattern="graphics/*">
 <map:generate src="yourdata.xml"/>
 <map:transform src="data2svg.xsl"/>
 <map:serialize type="svg2jpeg"/>
</map:match>


-- 
* best regards
* Jens Maukisch 


---------------------------------------------------------------------
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]>

Reply via email to