* xml.el should ignore \r
@ 2002-12-04 19:29 mah
0 siblings, 0 replies; only message in thread
From: mah @ 2002-12-04 19:29 UTC (permalink / raw)
When parsing a file, xml.el should ignore \r. Many XML sources
from the net contain this character. See the source for
http://www.benhammersley.com/ for an example.
This means essentially replacing all "\t\n" in xml.el with
"\t\r\n", but I believe this should be a variable that can be
changed in just one spot (i.e. substitute "\t\n" with
xml-whitespace).
--
You are a mystery as deep as the sea; the more I search, the more
I find, and the more I find the more I search for you.
-- St. Catherine of Siena
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-12-04 19:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-04 19:29 xml.el should ignore \r mah
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).