Re: internal schema?

Michael Sperberg-McQueen writes:

> 3 Normally, one would want to use inline schemas on just the 
> payload, not on the entire XML document.

Yes.  Crucially, in case it's not obvious, the alternative would be to 
have the schema validating itself along with the rest of the document, 
since you've asked to have the schema in the element tree.

In the case of DTDs, XML gives you a place to put the internal subset 
that's distinct from the element tree.  Unfortunately, XML is not 
currently extensible in a way that would allow you to put an XML Schema 
(or RelaxNG or Schematron schema) as a true replacement for the DTD.

--------------------------------------
Noah Mendelsohn 
IBM Corporation
One Rogers Street
Cambridge, MA 02142
1-617-693-4036
--------------------------------------

Received on Wednesday, 14 December 2005 15:38:01 UTC