Hi Prad,
prad <[EMAIL PROTECTED]> wrote on 08/24/2006 03:18:52 AM:
> Thank U very much....every thing is workin fine...But for few files
after
> serializing if i try to create svgdom using SAXSVGDocumentFactory's
> createSVGDoucment() method it giving some
java.io.UTFDataFomatException...
I don't have a clue what would be causing this. Does anyone
else have any ideas.
> The exception was ...
> java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.
> at org.apache.xerces.impl.io.UTF8Reader.invalidByte(Unknown
Source)
I have to wonder a little at this exception because AFAIK
there is no invalid byte 1 of a 1-byte UTF-8 sequence
(a 1 byte UTF-8 sequence is any byte with the high bit clear,
but in this case all of 0x00-0x7F I thought were valid).
> at org.apache.xerces.impl.io.UTF8Reader.read(Unknown Source)
> at org.apache.xerces.impl.XMLEntityScanner.load(Unknown Source)
> at org.apache.xerces.impl.XMLEntityScanner.skipChar(Unknown
Source)
I wonder a little that this happend in xerces while loading
an entity. I wonder if it's a bug... You might try updating the
Xerces you are using....
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]