Re: Page Valet error?

On 05.02.01 at 14:52, Nick Kew <nick@webthing.com> wrote:

><!ENTITY % LanguageCode "NAME"

This is "LanguageCode" being defined as "NAME" and not "NAME" being defined
as "LanguageCode". You're looking for:

<!ELEMENT META - O EMPTY           -- generic metainformation -->
<!ATTLIST META
  %i18n;                           -- lang, dir, for use with content --
  http-equiv  NAME       #IMPLIED  -- HTTP response header name  --
  name        NAME       #IMPLIED  -- metainformation name --
  content     CDATA      #REQUIRED -- associated information --
  scheme      CDATA      #IMPLIED  -- select form of content --
  >

AFAICT.

Received on Monday, 5 February 2001 10:06:08 UTC