Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error with XMLToCursor
Message
De
06/05/2008 09:30:19
 
 
À
06/05/2008 09:13:18
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Divers
Thread ID:
01315306
Message ID:
01315317
Vues:
19
>I get this error when transforming a XML file to VFP Cursor with xmlToCursor function:
>
XML Parse Error: White spaces not allowed at this location
>It happens with a line with the character '&'.
>The line has the following content:
>
><InvoiceDescricao>REBENTOS DE SOJA P.E.210 M & C</InvoiceDescricao>
>
>How to solve this problem without replacing the '&' character?


'&' as element content is not valid XML. Replace it the '&'
Regards,
Viv

Update: victim of my own advice! Should read
Replace with '&amp;'
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform