File: config-pdf.xsl

package info (click to toggle)
treeview 1.2.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,340 kB
  • sloc: java: 33,290; xml: 1,728; sh: 391; perl: 132; makefile: 11
file content (10 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
<?xml version='1.0' encoding="UTF-8"?>
<xsl:stylesheet
		xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
		xmlns:fo="http://www.w3.org/1999/XSL/Format"
		version="1.0"
		xmlns="http://www.w3.org/TR/xhtml1/transitional"
		exclude-result-prefixes="#default">
	<xsl:import href=".dbx/etc/config-pdf.xsl" />

</xsl:stylesheet>