(xml-parse-tag): Avoid overwriting node-name.
This commit is contained in:
parent
a2fd14621d
commit
43b5fd8135
1 changed files with 1 additions and 3 deletions
|
@ -325,10 +325,8 @@ Returns one of:
|
|||
(push (cons (cdar attr) (intern (concat ":" (cdr attr))))
|
||||
xml-ns))))
|
||||
|
||||
;; expand element names
|
||||
(setq node-name (list (xml-maybe-do-ns node-name "" xml-ns)))
|
||||
(setq children (list attrs (xml-maybe-do-ns node-name "" xml-ns)))
|
||||
|
||||
(setq children (list attrs node-name))
|
||||
;; is this an empty element ?
|
||||
(if (looking-at "/>")
|
||||
(progn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue