OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: AW: [docbook] Website - missing ID on webpage


hello,

> -----Ursprungliche Nachricht-----
> Von: Vitaly Ostanin [mailto:vyt@vzljot.ru]
> Gesendet: Freitag, 18. Juli 2003 15:47
> An: docbook@lists.oasis-open.org
> Betreff: [docbook] Website - missing ID on webpage
> 
> 
> Hello, All!
> 
> I make test page with Website Full DTD and validation is ok, but
> stylesheets reports "Missing ID".
> 
> It's possible to add required attribute 'id' for element
> 'webpage' in Website DTD ?

sure, if you take a look at the website examples in ...

 -> $WEBSITE_HOME/example

... you'll realize that each webpage element got a corresponding
id attribute.

(where $WEBSITE_HOME is the directory where you have unzipped
your website.zip archive).

example:

----8<-----------------8<--------------8<----------
<webpage id="test1" lang="de">
<!-- some content for page #1 -->
</webpage>

<webpage id="test2" lang="de">
<!-- some content for page #2 -->
</webpage>
---->8----------------->8-------------->8----------

the id attribute has to be unique and is required to distinguish page
'test1' from page 'test2'.

regards

daniel s. haischt
--
p.s. btw - this mail should rather go to docbook-apps because the
Website DTD is a docbook application.



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]