On Tue, Mar 18, 2008 at 10:12:51PM +0100, Sylvain Beucler wrote: > On Tue, Mar 18, 2008 at 03:34:01PM +0100, Sylvain Beucler wrote: > > On Tue, Mar 18, 2008 at 01:43:25AM +0000, Noah Slater wrote: > > > On Tue, Mar 18, 2008 at 12:56:38AM +0100, Sylvain Beucler wrote: > > > > I implemented a basic Atom feed generator. > > > > > > Ooh, fantastic. > > > > > > A few problems though... > > > > > > > https://savannah.gnu.org/news/atom.php?group=freedink > > > > > > > > > http://feedvalidator.org/check.cgi?url=https%3A%2F%2Fsavannah.gnu.org%2Fnews%2Fatom.php%3Fgroup%3Dfreedink > > > > > > > https://savannah.gnu.org/news/atom.php?group=administration > > > > > > > > > http://feedvalidator.org/check.cgi?url=https%3A%2F%2Fsavannah.gnu.org%2Fnews%2Fatom.php%3Fgroup%3Dadministration > > > > Hi, > > > > I saw this website, but the error reporting is not really helping. Do > > you know about other (free software) validators? > > OK, it was me noob enough not to properly escape the content of each > entry. Now it doesn't issue warnings for 'freedink'. > > However > > http://feedvalidator.org/check.cgi?url=https%3A%2F%2Fsavannah.gnu.org%2Fnews%2Fatom.php%3Fgroup%3Dadministration > > still fails, but I can't see why. The xhtml output appears to be > well-balanced, yet it's rejected nonetheless. Clue anyone?
Right, there's a missing </p> after </textarea>. Time to check the Savane markup interpreter >p -- Sylvain
