blob: 16ff7331229408b5035820e3a986505a87c57448 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Magic: -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl"/>
<xsl:import href="aptitude-common.xsl"/>
<xsl:param name="preferred.mediaobject.role">text</xsl:param>
</xsl:stylesheet>
|