source: trunk/Distribution/XSL/website/chunk-website.xsl@ 2

Last change on this file since 2 was 2, checked in by jkacer, 18 years ago

Added all DocBook Framework stuff:

  • DocBook DTD
  • Transformation software FOP 0.20.5 and Saxon 6
  • XSL styles
  • Rexx scripts

Also added some WarpIN-related stuff for creation of WarpIN installation packages.
This state corresponds to version 1.0.0 from November 2005, just slightly modified to carry versioning information (Rexx scripts).

File size: 494 bytes
Line 
1<?xml version="1.0"?>
2<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 xmlns:xweb="xalan://com.nwalsh.xalan.Website"
4 xmlns:sweb="http://nwalsh.com/xslt/ext/com.nwalsh.saxon.Website"
5 exclude-result-prefixes="sweb xweb"
6 version="1.0">
7
8<xsl:import href="website.xsl"/>
9<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunker.xsl"/>
10<xsl:include href="chunk-common.xsl"/>
11
12</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.