Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/lambda/doc/detail/lambda_doc.xsl @ 14

Last change on this file since 14 was 12, checked in by landauf, 17 years ago

added boost

File size: 554 bytes
Line 
1<?xml version='1.0'?>
2<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3                version='1.0'
4                xmlns="http://www.w3.org/TR/xhtml1/transitional"
5                exclude-result-prefixes="#default">
6
7<xsl:import href="/u/jajarvi/dtd/docbook-xsl/html/docbook.xsl"/>
8
9
10<!-- Add other variable definitions here -->
11
12<xsl:variable name="shade.verbatim">0</xsl:variable>
13
14<xsl:variable name="section.autolabel">1</xsl:variable>
15
16<xsl:variable name="bibliography.collection">lambda_bib.xml</xsl:variable>
17
18
19</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.