Re: Banning relative - No real damage?

> Is there anything keeping the schema at the end of the schema-location
> property from applying such a subtype restriction on the ns-attr?

Yes. Namespace processing has to happen as part of the low level parse
(eg as part of sax2) You need to know which elements are appearing
in the document _before_ you apply the schema, and actually you need
to have done namespace processing in order to recoginise the
xsl:schemaLocation as being a pointer to a schema.

David

Received on Wednesday, 7 June 2000 14:10:40 UTC