Restrict attribute values to be strings rather than lists of strings
authorChris Hanson <org/chris-hanson/cph>
Fri, 26 Sep 2003 05:35:43 +0000 (05:35 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 26 Sep 2003 05:35:43 +0000 (05:35 +0000)
commit1b545a3b4f5a45623f406e1db8481af1ccfe2c3d
tree8a9ac52687dcfa0f68109dcf1f7b94e9887e5297
parent8fd122cb56e3d4a92c9c412d819abf04c04e4894
Restrict attribute values to be strings rather than lists of strings
and entity references.  In cases where we used to insert an entity
reference into an attribute value or into content, signal an error.

Create named accessors for the name and value of an attribute.  Soon I
will change the representation.
v7/src/xml/xml-output.scm
v7/src/xml/xml-parser.scm
v7/src/xml/xml-struct.scm
v7/src/xml/xml.pkg