- To: <xml-dev@l...>
- Subject: use of multiple schemas in a XML document for fail-over purposes
- From: "Robert Mundkowsky" <rfmundkowsky@y...>
- Date: Mon, 13 Sep 2004 18:01:27 -0700
- Importance: Normal
- Reply-to: <robertfm@e...>
Hi,
Is there a way to specify the same schema multiple times in a
XML document for “fail over” purposes?
For example, consider the following problem:
Given:
xsi:noNamespaceSchemaLocation="foo
http://blah.com/XXX.xsd"
If
XXX.xsd is not reachable then how can that XML document be validated?
Is
it possible to do the following?
xsi:noNamespaceSchemaLocation="foo
http://notblah.com/XXX.xsd
foo http://blah.com/XXX.xsd"
Where
both schemas are the same.
Robert Mundkowsky
http://www.eforell.com/
Software Engineer II
6061 Dale Street Suite N
Buena Park, CA 90621
tel: 714-690-7720
fax: 714-670-8133
robertfm@e...
|
|