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: Re: [docbook-apps] Generating a toc.xml using eclipse.xsl


Christine Doyle wrote:

> However, now that you question it, I notice that I added the dir attribute
> before the filename attribute in the dbhtml processing instructions. Maybe
> this gave me the incorrect result in the first place. Does the attribute
> order matter?

Order doesn't matter.

I investigated issue more deeply and there was bug in eclipse.xsl. If 
you will grab the newest version of stylesheets from 
docbook.sf.net/snapshots/ you will get correct output.

You can use either

<?dbhtml dir="dirA" filename="file1.html"?>

or

<?dbhtml filename="dirA/file1.html"?>

to specify location of output HTML files.

-- 
------------------------------------------------------------------
   Jirka Kosek     e-mail: jirka@kosek.cz     http://www.kosek.cz
------------------------------------------------------------------
   Profesionální školení a poradenství v oblasti technologií XML.
      Podívejte se na náš nově spuštěný web http://DocBook.cz
        Podrobný přehled školení http://xmlguru.cz/skoleni/
------------------------------------------------------------------
                    Nejbližší termíny školení:
     ** XSLT 23.-26.10.2006 ** XML schémata 13.-15.11.2006 **
      ** DocBook 11.-13.12.2006 ** XSL-FO 11.-12.12.2006 **
------------------------------------------------------------------
   http://xmlguru.cz    Blog mostly about XML for English readers
------------------------------------------------------------------

S/MIME Cryptographic Signature



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