>Processing instruction [xX] [mM] [lL] not recognised on line 1 (which is
>of course <?XML version="1.0">)


If that's really what's in your file, it's wrong. The XML Declaration/text declaration should be lowercase -- <?xml, not <?XML -- per the XML Spec. Since you've got it in the wrong case, the parser is seeing it as a processing instruction -- and PIs named XML in any mixture of upper or lower case are reseved for use in future W3C standards.

> or Invalid Unicode Character 0x8

0x08 *is* a forbidden character in XML. Question is: what EBCDIC character is present in the source file, and is the encoding correct in mapping it to0x08?


______________________________________
Joe Kesselman / IBM Research

Reply via email to