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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to