Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos. | Juanma Barranquero | 2011-11-20 | 1 | -1/+1 |
| | |||||
* | Spelling fixes. | Paul Eggert | 2011-11-14 | 1 | -1/+1 |
| | |||||
* | lisp/*.el: Lexical-binding cleanup. | Juanma Barranquero | 2011-04-19 | 1 | -9/+8 |
| | |||||
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
| | |||||
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -1/+0 |
| | |||||
* | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| | |||||
* | * xml.el (xml-parse-region): Avoid infloop (Bug#5281). | Chong Yidong | 2010-06-30 | 1 | -12/+14 |
| | |||||
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| | |||||
* | Fixed Bug#5008. | Ulf Jasper | 2009-12-06 | 1 | -0/+19 |
| | |||||
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
| | |||||
* | (xml-parse-string): Use skip-chars-forward. | Chong Yidong | 2008-10-05 | 1 | -3/+1 |
| | |||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
| | |||||
* | * xml.el (xml-escape-string): Don't do any encoding changes on the string. | Mark A. Hershberger | 2008-01-17 | 1 | -4/+3 |
| | |||||
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987 | ||||
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | | |||||
* | | Forgot docstring on xml-escape-string | Mark A. Hershberger | 2007-12-18 | 1 | -0/+2 |
| | | |||||
* | | fix up xml-debug-print | Mark A. Hershberger | 2007-12-18 | 1 | -2/+15 |
|/ | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist) | Chong Yidong | 2007-03-17 | 1 | -27/+31 |
| | | | | | | | | (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special): Return to use of the -no-properties variants. There was consensus on emacs-devel that the speed of these variants was prefered since we are usually parsing files (from the internet or on disk) instead of XML created in Emacs. | ||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | (xml-parse-file): Clean up, and use with-temp-buffer. | Richard M. Stallman | 2006-07-24 | 1 | -16/+13 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | use provided patch | Mark A. Hershberger | 2006-02-02 | 1 | -10/+10 |
| | |||||
* | fixing bug report | Mark A. Hershberger | 2006-02-02 | 1 | -66/+66 |
| | |||||
* | xml.el fixes | Mark A. Hershberger | 2005-11-03 | 1 | -5/+6 |
| | |||||
* | (xml-att-def-re): Add defvar. | Richard M. Stallman | 2005-08-09 | 1 | -0/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | eliminate use of inefficient match-data | Mark A. Hershberger | 2005-06-10 | 1 | -12/+48 |
| | |||||
* | 2005-05-26 Mark A. Hershberger <mah@everybody.org> | Mark A. Hershberger | 2005-05-26 | 1 | -2/+6 |
| | | | | | * xml.el (xml-substitute-special): Don't die for undefined xml entities. | ||||
* | (xml-name-re, xml-entity-value-re): Add defvars. | Richard M. Stallman | 2004-12-13 | 1 | -0/+2 |
| | |||||
* | Skip parameter entity declarations. | Mark A. Hershberger | 2004-12-02 | 1 | -1/+17 |
| | |||||
* | Change existence of &; to not-well-formed. | Mark A. Hershberger | 2004-12-02 | 1 | -4/+3 |
| | |||||
* | Ensure that validity messages only show when xml-validating-parser is set. | Mark A. Hershberger | 2004-12-02 | 1 | -3/+5 |
| | |||||
* | 2004-11-30 Mark A. Hershberger <mah@everybody.org> | Mark A. Hershberger | 2004-12-01 | 1 | -3/+7 |
| | | | | | | | | * xml.el (xml-substitute-special): Fix validity error messages to actually show the unexpandable entity. Added validity error if & isn't followed by an entity. (xml-parse-tag): Concatnate any string following the a <![CDATA[]]> section to the parsed CDATA. | ||||
* | 2004-10-07 Mark A. Hershberger <mah@everybody.org> | Mark A. Hershberger | 2004-10-07 | 1 | -8/+3 |
| | | | | | * xml.el (xml-substitute-special): Limit handling of external entities. | ||||
* | (xml-parse-dtd): Fix `error' call. | John Paul Wallington | 2004-10-06 | 1 | -2/+2 |
| | |||||
* | fix to for xml-substitute-special to produce a single string instead | Mark A. Hershberger | 2004-10-06 | 1 | -8/+12 |
| | | | | of several if a substitution is made. | ||||
* | 2004-07-09 Mark A. Hershberger <mah@everybody.org> | Mark A. Hershberger | 2004-07-09 | 1 | -127/+273 |
| | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | Arch-tags shouldn't be outline headers. | Stefan Monnier | 2004-05-02 | 1 | -1/+1 |
| | |||||
* | (xml-debug-print-internal): Don't add newline and | Alex Schroeder | 2004-04-30 | 1 | -16/+26 |
| | | | | | | | indentation to text nodes and write empty elements as empty tags instead of opening and closing tags. (xml-debug-print): Take optional indent-string argument. (xml-print): Alias for xml-debug-print. | ||||
* | Doc fixes. | Stefan Monnier | 2004-04-16 | 1 | -13/+25 |
| | | | | (xml-get-children): Only looks at sub-tags and ignore strings. | ||||
* | (xml-parse-tag): Avoid overwriting node-name. | Stefan Monnier | 2004-04-16 | 1 | -3/+1 |
| | |||||
* | (xml-maybe-do-ns): New function to handle namespace | Stefan Monnier | 2004-04-14 | 1 | -90/+57 |
| | | | | | | | | parsing of both attribute and element names. (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr) (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns. (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing. (xml-parse-attlist): Make it do its own namespace parsing. | ||||
* | (xml-get-attribute-or-nil): Simplify. | Stefan Monnier | 2004-03-02 | 1 | -5/+2 |
| | |||||
* | (xml-get-attribute-or-nil): Doc fix. | Eli Zaretskii | 2003-12-29 | 1 | -1/+1 |
| | |||||
* | Fix previous change. Remove redundant trailing whitespace. | Eli Zaretskii | 2003-12-29 | 1 | -10/+7 |
| | |||||
* | (xml-get-attribute-or-nil): New function, like | Eli Zaretskii | 2003-12-29 | 1 | -4/+13 |
| | | | | | | xml-get-attribute, but returns nil if the attribute was not found. (xml-get-attribute): Converted to defsubst, uses xml-get-attribute-or-nil. | ||||
* | (xml-parse-dtd): Fix misplaced paren. | Andreas Schwab | 2003-11-07 | 1 | -2/+2 |
| | |||||
* | Allow comments following the top-level element. | Eli Zaretskii | 2003-11-01 | 1 | -59/+94 |
| | | | | | | Separate out namespace parsing into special functions. Change namespace parsing to return ('ns-uri . "local-name") instead of '{ns-uri}local-name. |