Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XML Adapter and xsd file
Message
De
27/08/2004 19:52:45
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
XML Adapter and xsd file
Divers
Thread ID:
00937230
Message ID:
00937230
Vues:
52
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform