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&c=d</a>
^ ^
urlencoded--------' entities--'
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