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?
------------------------------------
-----
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/