Major update to rationalize naming structure. The implementation of
authorChris Hanson <org/chris-hanson/cph>
Fri, 26 Sep 2003 03:56:58 +0000 (03:56 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 26 Sep 2003 03:56:58 +0000 (03:56 +0000)
commit16a0136f099766fc0a5e9297b9c4e01daef9d2a4
treea47276dd10607f4f074f5cab445af85cede72659
parent7721d91af5d5b6d9c2cf8ef72619026e6d1ffab8
Major update to rationalize naming structure.  The implementation of
names has been moved to its own file.  There are now fully fleshed-out
XML-QNAME and XML-NMTOKEN abstractions, so that it's possible to talk
about all those names that aren't affected by namespaces (e.g.
everything in the DTD).
v7/src/xml/compile.scm
v7/src/xml/load.scm
v7/src/xml/xml-names.scm [new file with mode: 0644]
v7/src/xml/xml-output.scm
v7/src/xml/xml-parser.scm
v7/src/xml/xml-struct.scm
v7/src/xml/xml.pkg