Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dumb xmladapter or Dumb me
Message
De
27/06/2003 13:18:02
 
 
À
27/06/2003 07:22:14
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Divers
Thread ID:
00803232
Message ID:
00804787
Vues:
45
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform