This is Steve Savitzky's personal list of things that ``it would be nice if'' somebody could do.
This is in progress. See Design/xml-world.html
This is in progress. See Design/dom.html
This has been done, except for DTD's.
XML is a lot more restrictive than SGML and HTML. All attribute values must be quoted, for example, and all attributes must have explicit values. All tags must be closed.
There are really several related projects here:
These are covered in more detail in porting
.
The server portion of a C port could be built on top of Apache. Certainly the DPS could easily be made into a module. Adding Agent functionality to Apache would be somewhat harder.
In any case, an Apache ``modDPS
'' would be a worthwhile thing
to have.
The standard SGML style language DSSSL is basically a set of functions built on top of Scheme. SGML parsers exist, obviously. A DSSSL version of the DPS should be trivial.
Most SGML parsers in the ``real world'' operate in ``push'' mode -- they call an action routine whenever a tag or text node is encountered. The PIA, in contrast, operates in ``pull'' mode, requesting nodes from the parser.
In order to interface a standard parser to the PIA (which would be a good idea for many reasons) one would have to do one of the following:
By putting DOM objects in an ODBMS, one could totally replace the filesystem. One would, of course, still need a parser for incoming HTML.
Assuming a CORBA-compatible DOM implementation existed (since it's defined in IDL it probably wouldn't be hard), one could use it for document storage.