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] Getting list of HTML output files


W. Borgert wrote:

> to utilize a make-like tool, I need to get the list of generated
> HTML file names without actually producing the files. E.g.

Setting

<xsl:param name="generate.manifest" select="1"/>

will produce file HTML.manifest that produce list of all generated 
files. If you want to suppress file generation, you can try to create 
simple stylesheet customization like that will invoke just template 
responsible for manifest generation:

<xsl:stylesheet ...>

<xsl:import href=".../chunk.xsl"/>

<xsl:template match="/">
   <xsl:call-template name="generate.manifest"/>
</xsl:template>

</xsl:stylesheet>



-- 
------------------------------------------------------------------
   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 13.-16.3.2006 ** XML schémata 24.-26.4.2006 **
        ** DocBook 15.-17.5.2006 ** XSL-FO 12.-13.6.2006 **
------------------------------------------------------------------

S/MIME Cryptographic Signature



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