blob: 76c85da75ae63f64e2ec24348d5059414a1636b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
<!-- $Id: tex-refs-plucker.xsl 125 2004-04-06 19:55:32Z mw $ -->
<!-- we use an XML catalog to resolve this file -->
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.64.1/html/docbook.xsl"/>
<!-- import common customizations -->
<xsl:import href="tex-refs-common.xsl"/>
<!-- insert customization here -->
<!-- up to now we don't need any special customizations for plucker -->
</xsl:stylesheet>
|