diff options
author | Kris Maglione <kris@vimperator.org> | 2009-10-25 20:06:50 -0400 |
---|---|---|
committer | Kris Maglione <kris@vimperator.org> | 2009-10-25 20:06:50 -0400 |
commit | 486ac5954a89c61642e8d2aa86e5cd0f00cd2702 (patch) | |
tree | abb1b20e983f52c87e8c9a3e5234eb1858d4fcee /common/content/help.xsl | |
parent | 10091e0fd1f1cc8508bbe17e4d3cd7f92d773535 (diff) | |
download | pentadactyl-486ac5954a89c61642e8d2aa86e5cd0f00cd2702.tar.gz |
Get rid of silly config.helpFiles.
--HG--
branch : xslt
rename : common/components/chrome-data.js => common/components/protocols.js
Diffstat (limited to 'common/content/help.xsl')
-rw-r--r-- | common/content/help.xsl | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/common/content/help.xsl b/common/content/help.xsl index 5763d4e3..e2e7f896 100644 --- a/common/content/help.xsl +++ b/common/content/help.xsl @@ -10,9 +10,6 @@ <xsl:output method="xml"/> - <xsl:variable name="local" select="concat('chrome://&liberator.name;/locale/', /liberator:document/@name, '.xml')"/> - <xsl:variable name="localdoc" select="document($local)/liberator:overlay"/> - <xsl:template match="liberator:document"> <html:html liberator:highlight="Help"> <html:head> @@ -142,6 +139,12 @@ </xsl:call-template> </xsl:template> + <!-- This does't work. Why? + <xsl:include href="chrome://liberator/content/overlay.xsl"/> + --> + <xsl:variable name="local" select="concat('chrome://&liberator.name;/locale/', /liberator:document/@name, '.xml')"/> + <xsl:variable name="localdoc" select="document($local)/liberator:overlay"/> + <xsl:template name="splice-locals"> <xsl:param name="elem"/> <xsl:param name="tag"/> |