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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Monty Python's Book1.htm


In which file and where do I place this line?
I am using openjade on windows.

I tried in the installation.sgml and get

e:\sgmltools\openjade-1.3.1\bin\openjade.exe:notation.sgml:10:4:E:
character ":" not allowed in attribute specification list
e:\sgmltools\openjade-1.3.1\bin\openjade.exe:notation.sgml:10:4:E:
element "XSL" undefined

Thanks

Martin West

-----Original Message-----
From: Giuseppe Greco [mailto:giuseppe.greco@bluewin.ch] 
Sent: 02 January 2003 20:42
To: Martin West
Cc: docbook@lists.oasis-open.org
Subject: Re: DOCBOOK: Monty Python's Book1.htm


You have to modify the use.id.as.filename parameter
as following:

<xsl:param name="use.id.as.filename" select="1"/>

... by doing so, the generated file will be named
with the string you specify in the id attribute for
the book element. Here's an example:

<book id="installation">
  ...
</book>


On Thu, 2003-01-02 at 19:24, Martin West wrote:
> I am a relative newcomer to docbook. I am trying to figure out how to 
> generate something other than book1.htm. For instance I have the 
> source file installation.sgml. Is possible to get the output to 
> installation.htm? Or is a question of you can have any output file as 
> long as it is named book1.htm?
> 
> Thanks
> 
> Martin West
-- 
Giuseppe Greco
Strada Regina 40
6928 Manno (TI)
Switzerland

Mobile: +41 (0) 76 390 60 32
Email : giuseppe.greco@bluewin.ch



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