[Libreoffice-commits] dev-tools.git: help3/xhpeditor

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Sat Dec 7 22:19:36 UTC 2019


 help3/xhpeditor/ed_transform.xsl |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 3515b5156ebb2b92f6421690fd62262573185455
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Sat Dec 7 19:14:20 2019 -0300
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Sat Dec 7 23:19:18 2019 +0100

    Fixes in the editor XSLT
    
    Change-Id: I0d553d506343c6134f95f9502e64e3c14c17b2ea
    Reviewed-on: https://gerrit.libreoffice.org/84700
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
    Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/help3/xhpeditor/ed_transform.xsl b/help3/xhpeditor/ed_transform.xsl
index ab998d2..f07aed5 100644
--- a/help3/xhpeditor/ed_transform.xsl
+++ b/help3/xhpeditor/ed_transform.xsl
@@ -21,7 +21,7 @@
 
 <xsl:output indent="yes" method="html" doctype-system= "about:legacy-compat"/>
 
-<xsl:include href="links.txt.xsl"/>
+<xsl:include href="helpcontent2/help3xsl/links.txt.xsl"/>
 <!--
 ############################
 # Variables and Parameters #
@@ -78,7 +78,7 @@
 
   <!-- parts of help and image urls -->
 
-<xsl:variable name="img_url_prefix" select="concat($target,'core/icon-themes/',$imgtheme,'/')"/>
+<xsl:variable name="img_url_prefix" select="concat($iconpath,'/')"/>
 
 <xsl:variable name="urlpost" select="concat('?Language=',$lang,$am,'System=',$System,$am,'UseDB=no')"/>
 
@@ -93,7 +93,9 @@
 <xsl:variable name="warning_img" select="concat($iconpath,'/help/warning.svg')"/>
 
 <!-- Strings for the help UI page -->
-
+<xsl:variable name="tmp_href_ui"><xsl:value-of select="concat($urlpre,'text/shared/help/browserhelp.xhp')"/></xsl:variable>
+<xsl:variable name="tmp_doc_ui" select="document($tmp_href_ui)"/>
+<xsl:variable name ="ui_copyclip"><xsl:apply-templates select="$tmp_doc_ui//variable[@id='copyclip']"/></xsl:variable>
 <!--
 #############
 # Templates #


More information about the Libreoffice-commits mailing list