Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Xml, schemas, data binding
Message
From
27/10/2001 08:29:01
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Xml, schemas, data binding
Miscellaneous
Thread ID:
00574125
Message ID:
00574125
Views:
56
I am developing xml based Web appl. This appl. uses tables (and other controls) bound to xml data.
CURSORTOXML('', lcFullPath, 1, 512, 0) produces XML which is OK for binding mechanism to show in html tables. Unfortunately XMLTOCURSOR needs a schema to produce an exact cursor structure. Well, CURSORTOXML('', lcFullPath, 1, 512, 0, '1') will create such xml file with an inline schema but binding mechanism refuses to show xml probably because of an extra info included in the xml file. I tried to use an external schema. Still xml file has an extra line on the top pointing to the external schema file. I can try to rebuild xml output on the fly and remove schema data and then when xml comes back from the browser add removed schema info back to incoming xml stream but I hope there is a better solution.
Has someone came across one?

Thanks Mark
Next
Reply
Map
View

Click here to load this message in the networking platform