|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: AW: WG: frames?
Anton Wardaschko (PA) wrote:
OK i have read this and it work, but this is not exact, what i wish and it explains not really the questions which i have. (or i'm blind at the moment). Perhaps you can answer them: just a starter: usually a good idea when you want to customize the doocbook stylesheets is to start with a customization layer importing one of the available ones, in your case html/chunk.xsl, which you call for your transformation. -- <?xml version='1.0'?> <xsl:stylesheet ...> <xsl:import href="{path}/html/chunk.xsl"/> </xsl:stylesheet> --- in there, you can change the default behaviour by setting parameters - e.g.: <xsl:param name="chunk.section.depth" select="2" /> will produce chunks at sect1 and sect2 elements or by defining / refining existing templates - e.g.: <xsl:template name="header.navigation" /> will supress the header navigation. have a second look at bob staytons tutorial, most parameters are nicely listed there. if you want your frameset be automatically constructed you probably have to have a look at chunk.xsl, find an appropriate top-level template, copy it to your customization layer and add what you need. sorry i can't be of any more help, markus XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








