This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Website DTD/XSL


Hello Norman,

On Wed, 10 Jan 2001, Norman Walsh wrote:
> / madhu <bmadi_1@yahoo.com> was heard to say:
> | and <webtoc/> is an empty element , the default behaviour now is the
> | title of the page is the title for navigation. using this element
> | can i change the title for navigation. if yes how?
> 
> I don't think I've provided support for that, but I need to do another
> Website release soon. Can you provide an example of what you'd like?
> 
>                                         Be seeing you,
>                                           norm
> 

i am looking for something like this:

<!ELEMENT webtoc EMPTY>
<!ATTLIST webtoc
	override	(yes|no)	"no"
	title	CDATA	#REQUIRED
	class	CDATA	#IMPLIED	
>

subsequently if i overide and the title instead of the defualt say for example:

i use a long title like this
<webpage>
<title>this is very looooooooooooooong title but on navtoc it will look
ugly</title> <para>some stuff here<para>
<sect1>
<title>one more title for the section</title>
<para> some more stuff<para>
<webtoc overide="yes" title="i like short title" class="mycls"/>
<webpage>

then the subsequent html out put should have tow title's
one for the page 
<h1>this is very looooooooooooooooooong title but on navtoc it will look
ugly</h1> 
and 
a shorter title in navtoc
in fact if you aloow more than one <webtoc/> then i could use it point at some
articles and things like that which are not produced with website but may be
some stuff using Docbook from the navtoc
  will you please consider this 

regards
have fun but do take care


maddy

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]