From: Lennart Borgman <lennart.borgman@gmail.com>
To: herring@lanl.gov
Cc: rm@tuxteam.de, Ralf Mattes <rm@seid-online.de>, emacs-devel@gnu.org
Subject: Re: Converting a string to valid XHTML id?
Date: Thu, 2 Dec 2010 00:12:31 +0100 [thread overview]
Message-ID: <AANLkTi=r++sL6AHgxOSuJnYmnOWOTRt21hBy8gk4fFNZ@mail.gmail.com> (raw)
In-Reply-To: <54241.130.55.118.19.1291242750.squirrel@webmail.lanl.gov>
On Wed, Dec 1, 2010 at 11:32 PM, Davis Herring <herring@lanl.gov> wrote:
>> That sounds tempting but is wrong :-/ Percent-encoding doesn't produce
>> valid ID values. From the html 4 specs:
>>
>> 6.2 SGML basic types
>>
>> ....
>>
>> ID and NAME tokens must begin with a letter ([A-Za-z]) and may be
>> followed by any number of letters, digits ([0-9]), hyphens ("-"),
>> underscores ("_"), colons (":"), and periods (".").
>
> If you're referring to the leading letter, you're right -- I forgot about
> it. Easy enough to fix: also use Lennart's "ANON-" prefix when the string
> begins with a non-letter or with the string "ANON-".
>
> Or is there something more fundamental that I'm missing?
Yes, % is not allowed. And the names should be unique.
next prev parent reply other threads:[~2010-12-01 23:12 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-29 1:43 Converting a string to valid XHTML id? Lennart Borgman
2010-11-29 18:08 ` Andreas Schwab
2010-11-29 18:18 ` Lennart Borgman
2010-11-29 18:33 ` Deniz Dogan
2010-11-29 18:39 ` Lennart Borgman
2010-11-30 14:50 ` Ralf Mattes
2010-12-01 14:53 ` Lennart Borgman
2010-12-01 15:34 ` Davis Herring
2010-12-01 15:58 ` rm
2010-12-01 22:32 ` Davis Herring
2010-12-01 23:12 ` Lennart Borgman [this message]
2010-12-01 23:16 ` Davis Herring
2010-12-01 23:31 ` Lennart Borgman
2010-12-02 0:12 ` Davis Herring
2010-12-02 0:44 ` Lennart Borgman
2010-12-02 1:18 ` Davis Herring
2010-12-02 1:51 ` Lennart Borgman
2010-12-01 15:51 ` Stefan Monnier
2010-12-01 19:51 ` Lennart Borgman
2010-12-02 2:37 ` Kevin Rodgers
2010-12-02 2:54 ` Lennart Borgman
2010-12-02 4:42 ` PJ Weisberg
2010-12-02 12:26 ` Lennart Borgman
2010-12-02 15:50 ` Lawrence Mitchell
2010-12-02 17:47 ` Lennart Borgman
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='AANLkTi=r++sL6AHgxOSuJnYmnOWOTRt21hBy8gk4fFNZ@mail.gmail.com' \
--to=lennart.borgman@gmail.com \
--cc=emacs-devel@gnu.org \
--cc=herring@lanl.gov \
--cc=rm@seid-online.de \
--cc=rm@tuxteam.de \
/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.