Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dumb xmladapter or Dumb me
Message
De
24/06/2003 08:36:50
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
Dumb xmladapter or Dumb me
Divers
Thread ID:
00803232
Message ID:
00803232
Vues:
48
I am trying to do a set of file uploads to my web application and am using the VFP XMLAdapter to convert a set or cursors to XML for transport. My problem is that one of the tables which I am transporting has a Character Binary field like so:
- <xsd:element name="salehstrnk">
- <xsd:simpleType>
- <xsd:restriction base="xsd:string">
  <xsd:maxLength value="1" /> 
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
When converting back to cursors on the Web side the Parser pukes with :

Error: XML Parse error: An invalid character was found in text content.

Besides eliminating this field, what can I do to avoid this error?

Thanks

Glenn
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform