Schema 'include' clause incorporating a variable.

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