Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems generating an XML using a XSD file
Message
From
10/05/2007 13:06:43
Markus Winhard
Lauton Software GmbH
Nürnberg, Germany
 
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01224215
Message ID:
01224269
Views:
10
Hi John,

my first idea was to set loXmlAdapter.Tables[1].Fields[n].XMLName, but this property is read only. How about renaming the fields of your cursor in advance?
SELECT FieldName1 AS XmlFieldName1, FieldName2 AS XmlFieldName2 ;
  FROM c_empllist ;
  INTO CURSOR c_empllist_for_xml
HTH,

Markus
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform