emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp xml.el


From: Mark A . Hershberger
Subject: [Emacs-commit] emacs/lisp xml.el
Date: Fri, 09 Jul 2004 10:26:01 -0400

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Mark A. Hershberger <address@hidden>    04/07/09 14:21:14

Modified files:
        lisp           : xml.el 

Log message:
        2004-07-09  Mark A. Hershberger  <address@hidden>
        
        * 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.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/xml.el.diff?tr1=1.35&tr2=1.36&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]