SAX RFD: ModSAX Predefined Features

Lars Marius Garshol larsga at ifi.uio.no
Wed Mar 10 12:05:42 GMT 1999


* David Megginson
|
| http://xml.org/sax/features/normalize-text

* David Brownell
| 
| This is a good filter feature, I think.

I agree.
 
| Lars suggested a "Catalog" feature.  There are different sorts of
| catalog, and they need configuration, so the value of this could be
| a URI for the catalog, not just a boolean.  

There should be a catalog parameter as well, but the reason I proposed
this as a feature rather than just as a parameter is that SP and
xmlproc both allow you to use environment variables to point to a
default catalog file, which is rather handy.

So it would definitely be useful to be able to tell the parser, go
read the default catalog, wherever it is. (Or don't.) Java parsers
could use a Java property to achieve the same thing.

BTW: I'm surprised that David Megginson hasn't replied to this.
     David, Some kind of confirmation that you've at least seen this
     would be welcome. (I know majordomo isn't 100% trustworthy, so it
     might have disappeared on the way.)

| Plus, this would seem to be up to the "EntityResolver" to handle
| ... yes?  

Sort of. You could make a parser filter that used an entity resolver
to do this in general. xmlproc has an internal PubIdResolver interface
which it uses for this (and which is also exposed as the
EntityResolver when using SAX).

| It'd perhaps suggest that one could ask the next filter in the
| stream for the resolver it was using ... :-)

Hmmm. This is actually potentially troubling, since one would need to
specify how a catalog EntityResolver and a custom one specified to be
used together should work.

--Lars M.


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list