unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman@gmail.com>
To: Kevin Rodgers <kevin.d.rodgers@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: Converting a string to valid XHTML id?
Date: Thu, 2 Dec 2010 03:54:48 +0100	[thread overview]
Message-ID: <AANLkTi=HDgwCX9ymaG=ZOg_Bt05gjy75P2WEn45vHpmR@mail.gmail.com> (raw)
In-Reply-To: <id70pa$6ev$1@dough.gmane.org>

On Thu, Dec 2, 2010 at 3:37 AM, Kevin Rodgers <kevin.d.rodgers@gmail.com> wrote:
> On 12/1/10 12:51 PM, Lennart Borgman wrote:
>>
>> On Wed, Dec 1, 2010 at 4:51 PM, Stefan Monnier<monnier@iro.umontreal.ca>
>>  wrote:
>>>>>
>>>>> collapsing two different strings to the same ID, resulting in
>>>>> invalid html.
>>>
>>> I have no idea what those ids are for, but wouldn't a cryptographic hash
>>> work as well?
>>
>> It is just the value of the id attribute, for example like this:
>>
>>    <span id="...">
>
> Is the point of your function to create a syntactically valid XHTML id from
> a
> string that is assumed to be unique within the context of the current
> document,
> or is it to generate a syntactically valid, unique XHTML id every time it is
> called (even when called multiple times with the same string)?

Currently unique within the current document.

In the context where it is used it is for export of org-mode files to
xhtml. Obviously if there are links to anchors within other files my
approach will fails.

So, hm, maybe I should reset this variable when starting a directory
tree export or a single file export rather than making it buffer
local. (But then I have to look into the export of directory trees in
org-mode which I have not done yet.)



  reply	other threads:[~2010-12-02  2:54 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
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 [this message]
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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTi=HDgwCX9ymaG=ZOg_Bt05gjy75P2WEn45vHpmR@mail.gmail.com' \
    --to=lennart.borgman@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=kevin.d.rodgers@gmail.com \
    /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 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).