Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dumb xmladapter or Dumb me
Message
From
24/06/2003 08:36:50
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
Dumb xmladapter or Dumb me
Miscellaneous
Thread ID:
00803232
Message ID:
00803232
Views:
47
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
Next
Reply
Map
View

Click here to load this message in the networking platform