File: wrapper.xsl

package info (click to toggle)
spandsp 0.0.2pre26-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 10,480 kB
  • ctags: 3,957
  • sloc: ansic: 78,037; sh: 8,238; xml: 7,334; cpp: 747; makefile: 454
file content (5 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (21)
1
2
3
4
5
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version='1.0'>
  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>
  <xsl:param name="html.stylesheet">css.css</xsl:param>
</xsl:stylesheet>