File: custom-man.xsl

package info (click to toggle)
wtmpdb 0.73.0-3%2Bdeb13u1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 660 kB
  • sloc: ansic: 4,197; xml: 715; sh: 78; makefile: 16
file content (8 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ss="http://docbook.sf.net/xmlns/string.subst/1.0" version="1.0">
  <xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/manpages/profile-docbook.xsl"/>
  <xsl:param name="version"/>
  <xsl:param name="man.string.subst.map.local.pre">
    <ss:substitution oldstring="%version%" newstring="{$version}" />
  </xsl:param>
</xsl:stylesheet>