2004-07-09 Mark A. Hershberger <mah@everybody.org>
commit6d12a4dfbcb5680fafac89769e1a2f111fdcc587
authorMark A. Hershberger <mah@everybody.org>
Fri, 9 Jul 2004 14:22:33 +0000 (9 14:22 +0000)
committerMark A. Hershberger <mah@everybody.org>
Fri, 9 Jul 2004 14:22:33 +0000 (9 14:22 +0000)
treebb56765fcd16836c88d2c647a12bb13dfe936c5c
parentbcdf2143d312616d027880b16a6f43f4e0066792
2004-07-09  Mark A. Hershberger  <mah@everybody.org>

* xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
form
(("ns" . "element") (attr-list) children) instead of
((:ns . "element") (attr-list) children) in order to reduce the
number of symbols used.
(xml-skip-dtd): Change to use xml-parse-dtd but set
xml-validating-parsing to nil.
(xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
(xml-substitute-entity): Remove in favor of new entity substitution.
(xml-substitute-special): Rewrite in to substitute complex
entities from DOCTYPE declarations.
(xml-parse-fragment): Parse fragments from entity deleclarations.
(xml-parse-region, xml-parse-tag, xml-parse-attlist)
(xml-parse-dtd, xml-substitute-special): Make validity checks
conditioned on xml-validating-parser.  Add "Not Well Formed" to
error messages about well-formedness.
lisp/ChangeLog
lisp/xml.el