Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XML Adapter and xsd file
Message
From
30/08/2004 02:18:42
 
 
To
29/08/2004 15:32:45
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00937230
Message ID:
00937504
Views:
17
>
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform