annotate DOCS/xml/xsl/ldp-html.xsl @ 29904:f529a2bb299d

Add support for Windows OpenGL rendering onto a device instead of into a window. Has little use except for experimenting - on Windows 9x it could be used to render on monitors that were not managed by Windows, but that feature was removed in newer Windows versions.
author reimar
date Sat, 21 Nov 2009 22:27:40 +0000
parents 0f1b5b68af32
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 calls Norman Walsh's 'docbook.xsl' stylesheet
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
10 and therefore generates a SINGLE HTML FILE as output. -->
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
11
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
12 <!-- Note the the *order* of the import statements below is important and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
13 should not be changed. -->
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
14
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
15 <!-- Change this to the path to where you have installed Norman
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
16 Walsh's XSL stylesheets. -->
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
17 <xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.60.1/html/docbook.xsl"/>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
18
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
19 <!-- Imports the common LDP customization layer. -->
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
20 <xsl:import href="/home/n/xml/xsl/ldp-html-common.xsl"/>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
21
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 9675
diff changeset
22 <!-- If there was some reason to override 'ldp-html-common.xsl' or to
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
23 perform any other customizations that affect *only* the generation
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
24 of a single HTML file, those templates or parameters could be
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
25 entered here. -->
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
26
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
27 </xsl:stylesheet>