- From: <NJayaraman@tomax.com>
- Date: Wed, 19 Sep 2001 11:20:46 -0400 (EDT)
- To: "xmlschema-dev@w3.org" <xmlschema-dev@w3.org>
Hi,
I would like to know how to specify relative path name when including
other schema definitions. For eg.
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:include schemaLocation="tmx_schema_lib.xsd"/>
gives me an error saying Tmx_schema_lix.xsd not found . If I specify full
path like below, then it works fine. Any work around for this?.
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:include schemaLocation
="file:///d:/xml/xsdTest/tmx_schema_lib.xsd"/>
I appreciate your help. Thanks !!
Narayanan
Received on Wednesday, 19 September 2001 12:09:59 UTC