yolanda/trunk/xsl/xhtml/pluginhelp.xsl
2008-05-02 07:38:43 +00:00

20 lines
531 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="1.0"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<xsl:template name="pluginhelp">
<fieldset class="pluginhelp">
<xsl:copy-of select="$lang_strings[@id='video_plugin_help']/node()" />
</fieldset>
</xsl:template>
</xsl:stylesheet>