emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Valid XHTML


From: Sebastian Rose
Subject: Re: [Orgmode] Valid XHTML
Date: Mon, 27 Oct 2008 03:37:46 +0100
User-agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724)

OK. Investigated a little more about valid links in XHTML.


This here

     <a href="xy.php?a=b&c=d">xy.php?a=b&c=d</a>

  should be

   <a href="xy.php?a=b&amp;c=d">xy.php?a=b&amp;c=d</a>

  !!!

  These way the links work in browsers AND parsers. We need entities in
  link-URLs AND description to have valid XHTML!



Regards,

  Sebastian




reply via email to

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