- From: Julian Reschke <julian.reschke@gmx.de>
- Date: Tue, 25 Oct 2005 08:14:53 +0200
- To: Lisa Dusseault <lisa@osafoundation.org>
- CC: w3c-dist-auth@w3.org
- Message-ID: <435DCD5D.1020704@gmx.de>
Lisa Dusseault wrote: > > Ok, I've fixed all the non-ASCII characters I was aware of. I haven't > found a very good way to ensure those don't sneak in again but I'm sure > you'll alert me if they do. > > Lisa The way to check is to run it through a compliant XML parser. There really should be one on your system. There are two other things that keep me from using this file: - metadata should be updated so that people know they're not looking at draft -07 (docName attribute and date element) - xml2rfc rejects the document because of the "strict" mode that is selected (because of artwork being too wide) -- please either fix the artwork, or relax the "strict" requirement for now. Best regards, Julian
Index: draft-ietf-webdav-rfc2518bis-latest.xml =================================================================== RCS file: /var/cvsroot/xml2rfc/draft-ietf-webdav-rfc2518bis-latest.xml,v retrieving revision 1.4 diff -r1.4 draft-ietf-webdav-rfc2518bis-latest.xml 2d1 < <?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?> 20a20 > <?rfc strict="yes"?> 22c22 < <rfc ipr="full3978" docName="draft-ietf-webdav-rfc2518bis-latest"> --- > <rfc ipr="full3978" docName="draft-ietf-webdav-rfc2518bis-07"> 43c43 < <date month="October" year="2005" /> --- > <date month="July" year="2005" />
Received on Tuesday, 25 October 2005 06:15:13 UTC