Author: arielch
Date: Wed Nov 13 12:33:51 2013
New Revision: 1541497

URL: http://svn.apache.org/r1541497
Log:
i123670 - Add support for https links

Modified:
    openoffice/trunk/main/xmlhelp/util/main_transform.xsl

Modified: openoffice/trunk/main/xmlhelp/util/main_transform.xsl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/xmlhelp/util/main_transform.xsl?rev=1541497&r1=1541496&r2=1541497&view=diff
==============================================================================
--- openoffice/trunk/main/xmlhelp/util/main_transform.xsl (original)
+++ openoffice/trunk/main/xmlhelp/util/main_transform.xsl Wed Nov 13 12:33:51 
2013
@@ -613,7 +613,7 @@
 <xsl:variable name="archive"><xsl:value-of 
select="concat(substring-before(substring-after(@href,'text/'),'/'),'/')"/></xsl:variable>
 <xsl:variable name="dbpostfix"><xsl:call-template 
name="createDBpostfix"><xsl:with-param name="archive" 
select="$archive"/></xsl:call-template></xsl:variable>
        <xsl:choose>
-               <xsl:when test="starts-with(@href,'http://')">  <!-- web links 
-->
+               <xsl:when test="starts-with(@href,'http://') or 
starts-with(@href,'https://')">  <!-- web links -->
                        <a href="{@href}"><xsl:apply-templates /></a>
                </xsl:when>
                <xsl:when test="contains(@href,'#')">


Reply via email to