File: html.xsl

package info (click to toggle)
neomutt 20250905%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,416 kB
  • sloc: ansic: 171,749; sh: 5,357; perl: 1,121; tcl: 1,065; python: 443; makefile: 48
file content (5 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (6)
1
2
3
4
5
<?xml version="1.0"?>
<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/docbook.xsl"/>
  <xsl:import href="neomutt.xsl"/>
</xsl:stylesheet>