(top level comment): Updated to reflect the fact that
commit653558a1dcd19648e6a658034b6327a1f2fd701b
authorGerd Moellmann <gerd@gnu.org>
Fri, 22 Dec 2000 12:20:46 +0000 (22 12:20 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 22 Dec 2000 12:20:46 +0000 (22 12:20 +0000)
tree0e292fde105212dd2d2f5781f8631c44ccf0ba6d
parent9436cdf9a606ffcb470b86a1e3b39684a4e8b0d2
(top level comment): Updated to reflect the fact that
white spaces are relevant in the XML file
(xml-parse-file): Do not kill an existing Emacs buffer if the file
to parse was already edited. This allows for on-the-fly analysis
of XML files
(xml-parse-tag): Check that the casing is the same in the start
tag and end tag, since XML is case-sensitive.  Allows for spaces
in the end tag, after the name of the tag.
(xml-parse-attlist): Allow for the character '-' in the name of
attributes, as in the standard http-equiv attribute Do not save
the properties in the XML tree, since they are not relevant
lisp/ChangeLog
lisp/xml.el