- From: Julian Reschke <julian.reschke@gmx.de>
- Date: Thu, 07 May 2009 19:32:00 +0200
- To: Dan Connolly <connolly@w3.org>
- CC: public-html@w3.org
Dan Connolly wrote: > On Tue, 2009-04-21 at 18:29 -0500, Dan Connolly wrote: >> regarding ACTION-118 >> Reformat the document on URLs in HTML 5 as an Internet Draft >> >> I got it mostly done today: >> http://www.w3.org/html/wg/href/draft-ietf.html > > It's more done today. > > When I try to generate .txt, I get: > can't read "value": no such variable around input line 60 > > The version in IETF's xml format is: > http://www.w3.org/html/wg/href/draft-ietf.xml > > Julian, can you convert that to text? Do > you know what the can't read "value" error > message is about? > ... It's xml2rfc's way to tell you that @anchor is not supported where you're using it (here: spanx). You really need to validate against the DTD :-) The next issue will be list/t/@anchor, which validation will *not* catch. I'm currently adding the right filters to <http://greenbytes.de/tech/webdav/rfc2629xslt/rfc2629xslt.html#clean-for-dtd>, which you can run to produce something xml2rfc may understand... BR, Julian
Received on Thursday, 7 May 2009 17:32:43 UTC