OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: ANN: SAX Filters for Namespace Processing



> > In this case, I wish this usage had been considered during the
> > development of the namespaces spec and dealt with explicitly.
>
> I wouldn't blame the namespaces spec for not handling this. The
> namespaces spec is quite clear about how to get a universal name: get
> the namespace URI from the prefix (or the default) and the local name
> from the local name.
>
> Can you imagine the list of rules to disallow things?

1 rule. For an XML document to be namespace compliant, it will not contain
any unqualified elements once any namespace is in scope.

This would allow you to use unqualified elements throughout your document
except where namespace pockets appear.

Dave