← Prev in month ← Prev in thread

AW: AW: Website - missing ID on webpage

From
Daniel S. Haischt <>
Date
2003-07-18T15:45:26+00:00
ID
Thread
AW: AW: Website - missing ID on webpage
hello,

> -----Ursprungliche Nachricht-----
> Von: Vitaly Ostanin [mailto:]
> Gesendet: Freitag, 18. Juli 2003 17:43
> An: Daniel S. Haischt
> Cc: 
> Betreff: Re: AW: Website - missing ID on webpage
> 
> 
> On Fri, 18 Jul 2003 17:29:22 +0200
> "Daniel S. Haischt" <> wrote:
> 
> <skipped/>
> 
> > > Thanks, I know about examples and docs. I talk about
> > > structure described by _DTD_ for validating pages by XML
> > > parser like xmllint --valid ...
> > > 
> > > Now I see what validating is ok, but actually pages are not
> > > ok.
> > 
> > quite frankly, i did not completly understand your question.
> 
> Sorry, my English is not good :(

no problem ;-) my rusian is nearly nonexistent ;-)

> 
> <skipped/>
> 
> > hope this helps, if not you might be able to rephrase your
> > question.
> 
> For me it's not problem :) It was a bug report and question about
> fix Website Full DTD like:
> 
> --- website.mod.orig    2003-01-16 18:00:43 +0300
> +++ website.mod 2003-07-18 19:40:44 +0400
> @@ -75,6 +75,7 @@
>  
>  <!ELEMENT webpage (%webpage.mix;)>
>  <!ATTLIST webpage
> +       id ID #REQUIRED
>         %html-xmlns;    CDATA   #FIXED %html-namespace;
>         %xlink-xmlns;   CDATA   #FIXED %xlink-namespace;
>         %rddl-xmlns;    CDATA   #FIXED %rddl-namespace;
> 
> <skipped/>

ah, ok now i am understanding the complete intent of your email.

actually the ID attribute is defined within the common.attrib
entity which is referenced by the attribute list of the
webpage element. there the ID attribute is set to #IMPLIED.

regards

daniel s. haischt
--
← Prev in month ← Prev in thread