Hi,

Maybe it thinks that something is an XML entity that is not properly 
delimited. If you have something in your document like "&T_Edmonton", 
that might make sense. If this is the case, then you should escape the 
"&", so you would have "&T_Edmonton" in your document.

Jake

On 10-09-02 02:59 AM, lprao_1978 wrote:
>
> Below exception is coming when I am invoking
>
> org.apache.batik.transcoder.TranscoderException: null
> Enclosed Exception:
> The reference to entity "T_Edmonton" must end with the ';' delimiter.
> org.apache.batik.transcoder.TranscoderException: null
> Enclosed Exception:
> The reference to entity "T_Edmonton" must end with the ';' delimiter.
> at org.apache.batik.transcoder.XMLAbstractTranscoder.transcode(Unknown 
> Source)
> at org.apache.batik.transcoder.SVGAbstractTranscoder.transcode(Unknown 
> Source)
>
> Code is below
>
> JPEGTranscoder transcoder = new JPEGTranscoder();
> try {
> BufferedOutputStream bufferedoutputstream = new
> BufferedOutputStream(new FileOutputStream(target));
> transcoder.transcode(new TranscoderInput(file1), new 
> TranscoderOutput(bufferedoutputstream));
> bufferedoutputstream.flush();
> bufferedoutputstream.close();
> }catch ( Exception ex ) {}
>
> What could be wrong and how to debug?
>
> 


[Non-text portions of this message have been removed]



------------------------------------

-----
To unsubscribe send a message to: [email protected]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
----Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    [email protected] 
    [email protected]

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to