Mercurial > mplayer.hg
view DOCS/xml/xsl/ldp-html.xsl @ 36920:40ad45360c8a
Replace old item 'potmeter' by new item 'pimage'.
Recent versions of the X11/GTK GUI didn't allow to control a potmeter,
because that didn't seem to make any sense.
In order to get rid of the confusing potmeter that doesn't distinguish
from a hpotmeter and in order to allow the more useful behaviour recent
versions of the X11/GTK GUI have been utilized (and because we're still
supporting item 'potmeter' for reasons of compatibility with old skins),
introduce new item 'pimage' that reuses most of the current potmeter
code.
Additionally, remove remaining code and documentation of 'potmeter'.
author | ib |
---|---|
date | Mon, 17 Mar 2014 12:29:46 +0000 |
parents | 0f1b5b68af32 |
children |
line wrap: on
line source
<?xml version='1.0'?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0' xmlns="http://www.w3.org/TR/xhtml1/transitional" exclude-result-prefixes="#default"> <!-- $Id$ --> <!-- This stylesheet calls Norman Walsh's 'docbook.xsl' stylesheet and therefore generates a SINGLE HTML FILE as output. --> <!-- Note the the *order* of the import statements below is important and should not be changed. --> <!-- Change this to the path to where you have installed Norman Walsh's XSL stylesheets. --> <xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.60.1/html/docbook.xsl"/> <!-- Imports the common LDP customization layer. --> <xsl:import href="/home/n/xml/xsl/ldp-html-common.xsl"/> <!-- If there was some reason to override 'ldp-html-common.xsl' or to perform any other customizations that affect *only* the generation of a single HTML file, those templates or parameters could be entered here. --> </xsl:stylesheet>