Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XML Adapter and xsd file
Message
De
30/08/2004 02:18:42
 
 
À
29/08/2004 15:32:45
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00937230
Message ID:
00937504
Vues:
16
>
>I tried that but is seems to add the full path even if I don't want it. Is there a way to define the schema as a memvar?
>
Hi James,

What exactly have you tried?
CLEAR 
SET MEMOWIDTH TO 150

CREATE CURSOR foo (f1 I)

LOCAL oXA as XMLAdapter

oXA=CREATEOBJECT("XMLAdapter")
oXA.AddTableSchema("foo")
oXA.XMLSchemaLocation="test.xsd"

oXA.ToXML("cXML",,.F.)
?cXML
?
oXA.ToXML("cXML","test.xsd",.F.)
?cXML

RETURN 
Thanks,
Aleksey.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform