[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Big hierarchy of XML Schema documents ... which XML Schemavalidators bring in the documents on demand?
- From: "Costello, Roger L." <costello@mitre.org>
- To: "xml-dev@lists.xml.org" <xml-dev@lists.xml.org>
- Date: Wed, 28 Jul 2010 16:05:24 -0400
Hi Folks,
Suppose that my XML Schema imports/includes some XML Schemas and they import/include some XML Schemas and so on. That is, there is a big hierarchy of XML Schema documents.
I envision two ways that XML Schema validators could be implemented:
1. On-demand: the validator brings in an XML Schema document only when it's needed. (On-demand/Just-in-time/Dynamic-Loading)
2. Not on-demand: when the validator brings in an XML Schema document it also brings in the XML Schema documents it imports/includes and the documents they import/include and so on. (What is the right term for this?)
I am interested to know how these XML Schema validators operate with regard to being on-demand or not. Can you help to fill in this table please:
On-demand Not on-demand
SAXON (Java)
SAXON (.NET)
XERCES (Java)
XERCES (C++)
XERCES (Perl)
LIBXML
MSXML
XSV
/Roger
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]