Replace unknown XML entities with their numerical counterpart.
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 8 Jul 2010 13:24:11 +0000 (15:24 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 8 Jul 2010 13:24:11 +0000 (15:24 +0200)
Texinfo seems to produce XML entities (such as &copy;) which
are not valid (although they are valid for HTML).  We work
around such problems by post-processing with sed. Here, we
replace these unknown entities with their numeric counterparts.
Such is the advice given at
http://www.dwheeler.com/essays/quotes-in-html.html


No differences found