> Sean's patch looks good to me.  Basically, it fixes loadXML which parses
an
> XML document passed as a string.  Originally, UTF-16 was set as the
encoding
> which caused Xerces to look for a byte order mark that would not be
present
> in a string (but would in a file).  Setting UTF-16LE explicitly sets the
> byte order.

Don't assume a BOM *wouldn't* be in a string, it could well be and its
perfectly legal to do so. You should be able to deal with it either way.

--------------------------
Dean Roddey
The Charmed Quark Controller
Charmed Quark Software
[EMAIL PROTECTED]
http://www.charmedquark.com

"If it don't have a control port, don't buy it!"



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to