Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XML Adapter and xsd file
Message
From
27/08/2004 19:52:45
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
XML Adapter and xsd file
Miscellaneous
Thread ID:
00937230
Message ID:
00937230
Views:
51
Hi all

I am just stating to work with XMLadapters. I am saving the schema definition as an xsd file and when I generate the SML with toXML I get the entire path of the xsd file.
<?xml version = "1.0" encoding="Windows-1252" standalone="yes"?>
<VFPDataSet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="d:\projects\varient\client\order_list.xsd">
	<CR_ORDER>
		<norder>1</norder>
		<cflddesc>Last Name</cflddesc>
		<cascdesc>DESC</cascdesc>
		<cfldname>names.lastname</cfldname>
	</CR_ORDER>
	<CR_ORDER>
		<norder>2</norder>
		<cflddesc>First Name</cflddesc>
		<cascdesc>DESC</cascdesc>
		<cfldname>names.firstname</cfldname>
	</CR_ORDER>
</VFPDataSet>
I am concerned that when I deploy this app the path will be different and will break things. Is this true? If so, how can I stop storing the full path?

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform