annotate DOCS/xml/xsl/ldp-print.xsl @ 32032:52b0385d2d7a

Move **sub_name extern declaration to mpcommon.h. It is used in both mplayer.c/mencoder.c.
author diego
date Thu, 09 Sep 2010 16:17:27 +0000
parents 62c5a17038ba
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1 <?xml version='1.0'?>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
3 version='1.0'
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
4 xmlns="http://www.w3.org/TR/xhtml1/transitional"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
5 exclude-result-prefixes="#default">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
6
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
7 <!-- $Id$ -->
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
8
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
9 <!-- This stylesheet will eventually include print customizations
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
10 from LDP.DSL. At the current time, it has not been developed.-->
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
11
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
12 <!-- Change this to the path to where you have installed Norman
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
13 Walsh's XSL stylesheets. -->
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
14 <xsl:import href="/usr/share/sgml/docbook/docbook-xsl-1.41/fo/docbook.xsl"/>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
15
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
16 <!-- Customized parameters and templates go here. -->
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
17
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
18 </xsl:stylesheet>