Ah this reminds me of a bug/feature which I noticed recently: when I feed
the parser (DOM) an UTF-16 document which is actually lets say ASCII or
ISO-8859-1 (i.e. no 16 bit) it will core dump.
In other words: if the < ... ENCODING= > part _says_ its in UTF-16 but in
fact it is not, then we are in trouble.
This is a bit of a DOS attack problem for me since I use xerces from
within an apache module and then the module / apache process dies.
Is this an easy error to fix or is this sort of inherent with multi byte
characters?
aaron.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]