Use setq rather than (set 'foo bar).
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 14 Dec 2001 22:12:30 +0000 (22:12 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 14 Dec 2001 22:12:30 +0000 (22:12 +0000)
commit971489ea0073e704738b2d8ed9d3175b9434fb43
treef4e9a9f134d2c529fdc3da2187b5ba427b714b75
parent7a06b25076fe26a4975da834dd97912bc70c3c32
Use setq rather than (set 'foo bar).
Use push+nreverse rather than append.
(xml-node-name, xml-node-attributes, xml-node-children):
Use defsubst rather than macros.
(xml-parse-region): Handle a nil return value from xml-parse-tag.
(xml-parse-tag): Don't skip white space.  Return nil for a comment.
Concat the two strings surrounding a comment into a single string.
lisp/xml.el