Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
841c4dde
Commit
841c4dde
authored
Dec 29, 2003
by
Eli Zaretskii
Browse files
Fix Mark Hershberg's entries for xml.el.
parent
5ebe0443
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
lisp/ChangeLog
lisp/ChangeLog
+12
-4
No files found.
lisp/ChangeLog
View file @
841c4dde
...
...
@@ -594,10 +594,18 @@
2003-11-01 Mark A. Hershberger <mah@everybody.org>
* xml.el: Allow comments following the top-level element.
Separate out namespace parsing into special functions.
Change namespace parsing to return ('ns-uri . "local-name")
instead of '{ns-uri}local-name.
* xml.el (xml-parse-region): Allow comments to appear after the
topmost element has closed.
(xml-ns-parse-ns-attrs, xml-ns-expand-el)
(xml-ns-expand-attr): New functions to do namespace handling.
(xml-intern-attrlist): Back-compatible handling of attribute
names.
(xml-parse-tag): Move namespace handling to seperate functions.
Now produces elements in the form ((:ns . "element") (attr-list)
children) instead of ('ns:element (attr-list) children).
(xml-parse-attlist): Fix attribute parsing.
(xml-parse-dtd): Change parsing so that it produces strings
instead of interned symbols.
2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment