> You mean something similar to what Xerces-J has right now, by
> setting property
> "http://apache.org/xml/properties/schema/external-schemaLocation"; and
> "http://apache.org/xml/properties/schema/external-noNamespaceSchem
> aLocation",
> right?
>
> We didn't have any plan to add this in ... BUT because you asked, we can
> consider it.  But since it was not in plan, we couldn't give you
> a date.  We
> can incorporate it after we finish all the fundamental schema
> functionality in
> the XML Schema spec.

In reality, something much more than that needs to be done, similar to what
EntityResolver does. You probably do not know what namespaces are used in a
document before you parse it. And since namespaces can be embedded within a
document, you do not even have this info when parsing the doc element. And
finally, most if not all server side applications will not be retrieving
schemas over the internet or relying on the schemaLocation attribute because
it is inherently unsecure. There is currently no standard way of doing this,
but that doesn't mean the XML community can not come up with one by
extending SAX.

David Cleary


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to