Re: [xml-dev] JITTs and DOM

From
Rick Jelliffe <>
To
Date
2002-10-10T17:10:29Z
ID
<003401c2707f$ef703160$>
Thread
Re: [xml-dev] JITTs and DOM
Would it be more "XML"-ish to hang preprocessing off namespaces?

So that you provide a preprocessor with a list of allowed namespaces
or prefixes and strip the tags of the rest? "Ignore html1: and strip rdf:"
for example. 

There would then be kind of overlapping WF check easily possible,
just checking that all elements of each prefix/namespace form a
balanced tree: one tree per namespace.  (With some scoping
conventions for xmlns declarations.)

Cheers
Rick Jelliffe