Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Schema Scheming
Message
 
À
12/11/2004 16:04:20
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
00961020
Message ID:
00961359
Vues:
11
This message has been marked as a message which has helped to the initial question of the thread.
> If my XML comes out like this, how do I create the XSD to match?
<clients clientno="234-76-1044 " lname="Crandall" fname="Elizabeth">
  <objectiv objno="ABC-12" title="ABCs" />
  <objectiv objno="BEH-01" title="Decrease Tantrums" />
  <servobj objno="S-06" title="Shopping for room decorations" />
  <servobj objno="B-01  " title="Past Behavior Plans and Results" />
</clients>
Thanks in advance
Randy Hersom

>

Hi Randy!

We're using XMLTOCURSOR with 8192 to move our xml data without using a schema. Could you do something like this for your situation...
CREATE CURSOR crsResults (clientno c(11),lname c(30),obj_objno c(50), serv_objno c(50))
XMLTOCURSOR(xmlname, "crsResults", 8192)
Then just convert this back to an xml with an xsd via CURSORTOXML()

Might not be what you're looking for but just a thought...

See ya!
Kevin Scott
kehvn@carolina.rr.com


Hey! It's not my fault. It's some General named Protection!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform