EDN Admin
Well-known member
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
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