aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/xml.el
Commit message (Expand)AuthorAgeFilesLines
* (xml-skip-dtd): Fix parsing of DOCTYPE.Juanma Barranquero2003-03-111-0/+1
* (xml-parse-elem-type): Fix use of character constant.Juanma Barranquero2003-02-141-1/+1
* (xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd,Juanma Barranquero2003-01-101-20/+20
* Comment change.Richard M. Stallman2003-01-061-1/+1
* (xml-substitute-special): Move "&" -> "&" last.Thien-Thi Nguyen2003-01-041-13/+14
* (xml-parse-tag): Allow spaces between / and >.Stefan Monnier2002-12-161-1/+1
* * xml.el (xml-parse-attlist): Accept empty strings.ShengHuo ZHU2002-03-051-2/+2
* Use setq rather than (set 'foo bar).Stefan Monnier2001-12-141-107/+90
* (xml-parse-tag): Use eq on char-after's return value.Stefan Monnier2001-10-181-1/+1
* (xml-parse-attlist): Quotes around attributes must be theGerd Moellmann2001-09-241-1/+1
* Emacs lisp coding convention fixes.Pavel Janík2001-07-141-10/+10
* (xml-parse-tag): The document may contain invalid characters.Gerd Moellmann2001-05-311-1/+3
* (top level comment): Updated to reflect the fact thatGerd Moellmann2000-12-221-14/+26
* (xml-parse-tag): Fix finding opening tag. A tag nameKenichi Handa2000-11-291-1/+1
* (xml-parse-tag, xml-parse-attlist): Do not downcaseGerd Moellmann2000-08-141-7/+3
* *** empty log message ***Gerd Moellmann2000-07-191-0/+508