Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dumb xmladapter or Dumb me
Message
From
27/06/2003 13:18:02
 
 
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00803232
Message ID:
00804787
Views:
44
>Thanks so much, this project is now again underway. I studied the documentation on this and it appeared that VFP Character(binary) would automatically convert to the proper (xs:hexBinary) data type. This is the example from the documentation under the heading of:
>
>Visual FoxPro and XML Schema Data Type Mapping
> Visual FoxPro Data Types to XML Schema Definition (XSD) Data Types
>
>
>
>C (Binary) Value 128
>
><xs:element name="cc04" minOccurs="0">
><xs:simpleType>
><xs:restriction base="xs:hexBinary">
><xs:maxLength value="128"/>
></xs:restriction>
></xs:simpleType>
></xs:element>
>
>Based on this assertion in the documentation it appeared that no further manipulation was required. Does this imply a Bug in this function , or rather does my interpretation of the documentation imply a bug in My function <bg>?
>
>Glenn

It is documentation BUG. Originally, XMLAdapter was working that way, but then the behavior was changed to keep XMLAdapter compatible with XMLToCursor/CursorToXML.

Thanks,
Aleksey.
Previous
Reply
Map
View

Click here to load this message in the networking platform