- From: Julie Schenk <schenkj@cisco.com>
- Date: Thu, 11 Oct 2001 18:36:49 -0400 (EDT)
- To: xmlschema-dev@w3.org
Hello, I have the following include clause in my XML Schema: <xsd:include schemaLocation="types.xsd"/> The directory location of types.xsd file however will change from user to user. What I'd like to do is use something along the lines of: <xsd:include schemaLocation="$PATH/types.xsd"/> where $PATH is the directory path to types.xsd (ex. /dir/dir/dir). Is there a way to use "variables", like $PATH from above, in .xsd schema files? Input will be much appreciated! Julie
Received on Friday, 12 October 2001 12:50:18 UTC