Error 225 on parsing document
102336Mar 24 2005 — edited Mar 24 2005I am getting an error 225 when parsing the following document, using the XDK 8 xmlparseBuffer() method :
<?xml version="1.0" encoding="ISO-8859-1"?>
<TMKCaseMadridAddr>
<Representative Source="090024db80f0a9a8">
<Name>Cabinet Hirsch & Associés</Name>
<Address>Avenue Louise 240, Bte 5</Address>
<Address>B-1050 Bruxelles</Address>
</Representative>
<Correspondence></Correspondence>
<Holder Source="090024db80f0a9a7">
<Name>COTY B.V.</Name>
<Address>Oudeweg 147</Address>
<Address>NL-2031 CC Haarlem</Address>
</Holder>
</TMKCaseMadridAddr>
Error 225 seems to be to do with duplicate attributes, but the XML looks OK to me. Could it be to do with the é character ? The XML prolog contains the encoding statement, but the call to xmlparseBuffer() defaults the encoding attribute. Does the parser ignore the prolog value ?
Any help will be greatly appreciated
Cliff Cooley