How to specify a relative path for the xsd file in the XML Source file?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I have one xml file called Layout.xml. and I have one schema file LayoutSchema.xsd.
but the two files are in different disk path. then how should I associate the two files with relative path?
for example, i can refer to the xsd file using the absolute path.
<Layout xmlns=" http://tempuri.org/XMLSchema.xsd http://tempuri.org/XMLSchema.xsd " xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance http://www.w3.org/2001/XMLSchema-instance "<br/>
xsi:schemaLocation=" http://www.w3.org/2001/XMLSchema-instance http://www.w3.org/2001/XMLSchema-instance D:KCS-ClientBasicDev-ChinaSourceCommonPresentationOperationDialogUIConfigLayoutSchema.xsd
but my question is how i could refer to xsd file using relative path?

View the full article
 
Back
Top