File: tex-refs-plucker.xsl

package info (click to toggle)
texlive-doc 2007.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 129,872 kB
  • ctags: 3,330
  • sloc: xml: 23,147; perl: 8,370; makefile: 843; sh: 352; lisp: 276; java: 159; python: 97; sed: 4
file content (18 lines) | stat: -rw-r--r-- 620 bytes parent folder | download | duplicates (2)
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>