It really depends on what you want to do ...

- You could remove the offending tags via a preprocess step using xslt or
the like.  That assumes the tag is of no value to the rasterizing process.
http://xml.apache.org/xalan-j/commandline.html is a starting place

- You might consider extending Batik to handle the custom elements
http://xmlgraphics.apache.org/batik/using/extending.html#customXMLTags

- If you can control the svg output you might look to produce a spec
compliant document using metadata. Here's an rdf sample from the spec:
http://www.w3.org/TR/SVG11/metadata.html#Example



On Thu, Mar 22, 2012 at 5:23 PM, Lyman <lh...@capaxglobal.com> wrote:

> Hi.  Thanks for the responses.  I should add some more context.  I am
> working
> with a digital asset management system on behalf of a customer.  The SVG
> file was generated by Corel Draw programmatically.  I know that they
> accomplish the export via a VBA macro.  I can ask them if Corel gives any
> options as to the export.
>
> I am, of course, having worked for years in digital asset management
> surprised to hear that a vendor would use a non-standard feature :-).  I
> did
> note that IE was able to interpret the file.
>
> Is it possible that there is a known extensible to Batik that would know
> how
> to handle tags like this?
>
> Cheers,
>
> Lyman
>
> --
> View this message in context:
> http://batik.2283329.n4.nabble.com/receiving-error-rendering-Corel-file-tp4489899p4496951.html
> Sent from the Batik - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: batik-users-unsubscr...@xmlgraphics.apache.org
> For additional commands, e-mail: batik-users-h...@xmlgraphics.apache.org
>
>

Reply via email to