From: mah@everybody.org (Mark A. Hershberger)
Subject: {PATCH} XML parsing of empty elements
Date: Thu, 15 May 2003 11:45:58 -0500 [thread overview]
Message-ID: <878yt8qhtl.fsf@batman.everybody.org> (raw)
Previous patch didn't include a ChangeLog entry.
2003-05-15 Mark A. Hershberger <mah@everybody.org>
* xml.el (xml-parse-tag): Fixed so <x/> parses the same as <x></x>.
*** xml.el.~1.7.4.1.~ Sat May 3 17:17:43 2003
--- xml.el Thu May 15 01:59:06 2003
***************
*** 227,233 ****
(progn
(forward-char 2)
(skip-chars-forward " \t\n")
! (append children '("")))
;; is this a valid start tag ?
(if (eq (char-after) ?>)
--- 227,233 ----
(progn
(forward-char 2)
(skip-chars-forward " \t\n")
! (append children nil))
;; is this a valid start tag ?
(if (eq (char-after) ?>)
reply other threads:[~2003-05-15 16:45 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878yt8qhtl.fsf@batman.everybody.org \
--to=mah@everybody.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.