Title: can reader read external url?

I want to set up a pipeline so that the reader will read in an url as svg and then it immediately pipes out bmp, for example:

<!-- the query string parameter for url is simply an url path to a svg image -->
                        <map:match pattern="*/svg2bmp?url="">
                                <map:read src="" mime-type="svg+xml"/>
                                <map:serialize type="svg2jpeg"/>
                        </map:match>


I tried but it didn't seem to work.

Have I done something wrong? Or can the reader read "src" as url? Can someone suggest a solution?

Alternative I need to write a xsp generator read the url xml/svg and then having a transform just copy the content from the root tag generated from the xsp and then put it through the svg2jpeg serialize step.... yuk.

AT

Join us at Cognos' biggest event of the year Enterprise 2003, The Cognos Business Forum.  Taking place in over 25 cities around the world, it's an opportunity for Business and IT leaders to learn about strategies for driving performance. Visit http://www.cognos.com/enterprise03 for more details.

This message may contain privileged and/or confidential information.  If you have received this e-mail in error or are not the intended recipient, you may not use, copy, disseminate or distribute it; do not open any attachments, delete it immediately from your system and notify the sender promptly by e-mail that you have done so.  Thank you.

Reply via email to