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:[EMAIL PROTECTED]] Sent: 02 January 2003 20:42 To: Martin West Cc: [EMAIL PROTECTED] 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 : [EMAIL PROTECTED]
