Sean Porterfield <[EMAIL PROTECTED]> writes:
> I think it's something to do with the data in the field: "PO#43618�
> 336901" (The quotes aren't in the data.)
The default encoding in an XML file is UTF-8, so the broken bar
character "�" (U+00A6) is invalid if it's included like that. It
should either be 0xc2 0xa6, or the XML file should be declared as
<?xml version="1.0" encoding="ISO-8859-1"?>
--
Carey Evans http://home.clear.net.nz/pages/c.evans/
"I'm leaning towards blind panic myself."
+---
| This is the LINUX5250 Mailing List!
| To submit a new message, send your mail to [EMAIL PROTECTED]
| To subscribe to this list send email to [EMAIL PROTECTED]
| To unsubscribe from this list send email to [EMAIL PROTECTED]
| Questions should be directed to the list owner/operator: [EMAIL PROTECTED]
+---