Re: DOCBOOK-APPS: Website DTD/XSL

2001-02-02 Thread madhu

Hello Norman,

On Wed, 10 Jan 2001, Norman Walsh wrote:
 / madhu [EMAIL PROTECTED] 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
titlethis is very looong title but on navtoc it will look
ugly/title parasome stuff herepara
sect1
titleone more title for the section/title
para some more stuffpara
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 
h1this is very looong 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



Re: DOCBOOK-APPS: Website XSL/DTD ver 1.9 bug? !

2001-02-02 Thread madhu

Hello Norman,

oops! , ;-( 

On Thu, 01 Feb 2001, Norman Walsh wrote:
 / madhu [EMAIL PROTECTED] was heard to say:
 | this is the error i get with your new release of WebsiteDTD/XSL 
 | 
 | XSL Error: Could not parse file:/home/maddy/gurukuan/gksite.xml document!
 | XSLT: docbook.org
 
 Does the gksite.xml file have a system identifier that points to
 docbook.org?
 

Naw, it was a different problem,  muddled brains actually ;-))
fixed this. actually the website DTD refers to the DocBook DTD,
which i forgot about totally. after i changed the SYSTEM ID to point to
correctly to the path where the DocBook DTD is. everything went smoothly


thanks a lot 

regards
have fun but do take care

maddy