Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best way to create XML Schemas from Foxpro
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
Best way to create XML Schemas from Foxpro
Divers
Thread ID:
00853690
Message ID:
00853690
Vues:
49
Hi, I have a requirement to create an XML file from within foxpro and I can do this without any problems.

I'm using XMLDOM to create my file, which is hierarchy in nature and means that CursorToXML is out of the question and I'm restricted to using foxpro 7.0, so the xmladaptor is also out of the picture.

My problem is this ; what's the best way to create the XSD schema file when using foxpro and DOM.

What has everybody else done ?

Is the best way to :

pre-generate the XSD file using a 3rd party tool such as XMLSPY and just output that file using text processing (strtofile type of thing) when I create the XML file.

Or

Is they another way to create the XSD file.

I'm aware that you can create an XSD file with using CursortoXML however, I cannot use that function, as my document have several parent child levels going on, is they some way to create the XSD file via the XMLDOM object?

Any pointers to how any body else has achieved this would be gratefully received.

Many Thanks, Bernard
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform