mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 12:22:22 +00:00
0af4ae2425
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11128 b3059339-0415-0410-9bf9-f77b7e298cf2
14 lines
349 B
XML
14 lines
349 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
version="1.0">
|
|
|
|
<xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/chunk.xsl"/>
|
|
<xsl:include href="../html-common.xsl"/>
|
|
<xsl:param name="chunker.output.encoding" select="'utf-8'"/>
|
|
|
|
</xsl:stylesheet>
|
|
|
|
|
|
|
|
|