Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with XMLToCursor() with binary and memo fields
Message
From
21/03/2004 15:41:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
Problem with XMLToCursor() with binary and memo fields
Miscellaneous
Thread ID:
00888320
Message ID:
00888320
Views:
50
I have an XML which has the following on top for the schema:
<xs:element name="motpasse" type="xs:base64Binary" minOccurs="0" />
<xs:element name="prenom" type="xs:string" minOccurs="0" />
If I do a simple XMLToCursor(), such as:
XMLTOCURSOR(FILETOSTR('d:\a.xml'),'Temp')
The related fields for that schema attributes would be returned as memo fields. How can I have those converted to Character Binary and Character fields by the use of XMLToCursor()?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform