[xml2rfc] Error when validating at http://www.w3.org/2001/03/webdata/xsv

carl@media.org (Carl Malamud) Mon, 08 September 2003 04:00 UTC

From: carl@media.org
Date: Sun, 07 Sep 2003 21:00:19 -0700
Subject: [xml2rfc] Error when validating at http://www.w3.org/2001/03/webdata/xsv
In-Reply-To: <3F5BEA6B.4050107@cs.columbia.edu>
Message-ID: <200309080400.h8840Je0022068@bulk.resource.org>

Hi Henning -

Try adding a % sign to your entity declarations as follows:

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
  <!ENTITY % rfc2119 PUBLIC ''
    'http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml'>
  <!ENTITY % ietf-simple-rpid PUBLIC ''
    'http://xml.resource.org/public/rfc/bibxml3/reference.I-D.ietf-simple-rpid.xml'>
  <!ENTITY % ietf-impp-cpim-pidf PUBLIC ''
    'http://xml.resource.org/public/rfc/bibxml3/reference.I-D.ietf-impp-cpim-pidf.xml'>
  <!ENTITY % mealling-iana-xmlns-registry PUBLIC ''
    'http://xml.resource.org/public/rfc/bibxml3/reference.I-D.mealling-iana-xmlns-registry.xml'>

]>

Regards,

Carl

> Any hints what causes this validation failure?
> 
> Error: Encoding declaration is required in text declaration
>   in entity "rfc2119" at line 1 char 22 of 
> http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml
>   in unnamed entity at line 227 char 10 of 
> http://www.cs.columbia.edu/sip/draft/future-status/draft-ietf-simple-future-00.xml
> 
> 
> 
> _______________________________________________
> xml2rfc mailing list
> xml2rfc@lists.xml.resource.org
> http://lists.xml.resource.org/mailman/listinfo/xml2rfc
>