File: config.xsl

package info (click to toggle)
libnss-pgsql 1.4.0debian-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 1,452 kB
  • ctags: 385
  • sloc: sh: 7,907; ansic: 1,106; xml: 392; makefile: 42; sql: 38
file content (16 lines) | stat: -rw-r--r-- 560 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns:fo="http://www.w3.org/1999/XSL/Format"
                version="1.0">

  <!-- Use ids for filenames -->
  <xsl:param name="use.id.as.filename" select="'1'"/>

  <!-- Turn on admonition graphics. -->
  <xsl:param name="admon.graphics" select="'1'"/>
  <xsl:param name="admon.graphics.path"></xsl:param>

  <!-- HTML generation toggles -->
  <xsl:param name="make.valid.html" select="1"/>
  <xsl:param name="html.cleanup" select="1"/>
</xsl:stylesheet>