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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

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


Subject: AW: Website - missing ID on webpage


hello,

> -----Ursprungliche Nachricht-----
> Von: Vitaly Ostanin [mailto:vyt@vzljot.ru]
> Gesendet: Freitag, 18. Juli 2003 16:21
> An: Daniel S. Haischt
> Cc: docbook-apps@lists.oasis-open.org
> Betreff: Re: Website - missing ID on webpage
> 
> 
> 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.

the point is that if you are omitting the ID attribute,
your XSLT processor won't proceed while processing your
layout.xml file (which references pages that are including
a <webpage/> element with a missing ID attribute) using
the autolayout.xsl file.

the reason of this behaviour is located in the ...

 -> $WEBSITE_HOME/xsl/autolayout.xsl

file at line 130. this line is surounded by a <xsl:message/>
element with a terminate attribute set to 'yes'. this causes
the XSLT processor to stop executing after issuing the ...

 -> : missing ID.

text message.

in short - each <webapge/> element needs an ID attribute.

hope this helps, if not you might be able to rephrase your
question.

regards

daniel s. haischt
--



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