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: Sun, 26 Oct 2008 22:44:38 +0100
User-agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724)

The entities errors go away, if the rest of the file is valid.


Sebastian Rose wrote:
Last but not least, a general question:

* Problem with xmllint:

  Not defined entities:

   - …
   - —
   - mayby more

   Not shure, how to fix this.

   http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
   already includes these:

   http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent
   http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent
   http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent


   But:

xmllint --dtdvalid http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd index.html

   gives me lots of errors for not defined enities.


But one more:

To be valid, this link here:

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

should be:

<a href="x.php%3Fa%3Db%26c%3Dd">x.php?a=b&amp;c=d</a>
                  ^                        ^
urlencoded--------'              entities--'




Regards,

  Sebastian




reply via email to

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