Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Xml + XSD
Message
De
11/01/2007 11:00:14
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01176211
Message ID:
01184605
Vues:
10
Hi Sergey.
How does SOAP play a part in this?
Is SOAP something that kicks in automatically for me when I do things like this?

Thanks


>Something like
>LOCAL oXA as XMLAdapter, oXT as XMLTable
>oXA=CREATEOBJECT("XMLAdapter")
>
>oXA.XMLSchemaLocation="Whatever.xsd"
>? oXA.LoadXML("Whatever.xml",.T.)
>? oXA.Tables.Count
>
>FOR each oXT IN oXA.Tables
>	IF oXT.Fields.Count >0
>		oXT.ToCursor()
>	ENDIF
>ENDFOR
>
>
>
>>
>>A client sent an XML file and a corresponding XSD file.
>>The first node/tag in the XML file is "root" tag.
>>
>>Well how do I put these two files to gather or how do I reference the XSD file when try to decipher the XML?
>>
The American Republic will endure, until politicians realize they can bribe the people with their own money.
- Alexis de Tocqueville

No man’s life, liberty, or property is safe while the legislature is in session.
– Mark Twain (1866)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform