emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Converting a string to valid XHTML id?


From: Lennart Borgman
Subject: Converting a string to valid XHTML id?
Date: Mon, 29 Nov 2010 02:43:59 +0100

Do we have a function somewhere for converting a string to a valid XHTML id:

  id    Specifies a unique id for an element.
  Naming rules:

  Must begin with a letter A-Z or a-z
  Can be followed by: letters (A-Za-z), digits (0-9), hyphens ("-"),
underscores ("_"), colons (":"), and periods (".")
  Values are case-sensitive



reply via email to

[Prev in Thread] Current Thread [Next in Thread]