metanorma-ogc 1.2.6 → 1.2.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -201,7 +201,8 @@
201
201
  </xsl:call-template>
202
202
  </fo:block>
203
203
  <fo:block font-size="12pt" font-weight="bold">
204
- <xsl:variable name="stage" select="java:toUpperCase(java:java.lang.String.new(//ogc:local_bibdata/ogc:status/ogc:stage))"/>
204
+ <xsl:variable name="curr_lang" select="/ogc:ogc-standard/ogc:bibdata/ogc:language[@current = 'true']"/>
205
+ <xsl:variable name="stage" select="java:toUpperCase(java:java.lang.String.new(/ogc:ogc-standard/ogc:bibdata/ogc:status/ogc:stage[@language = $curr_lang]))"/>
205
206
  <xsl:call-template name="addLetterSpacing">
206
207
  <xsl:with-param name="text" select="$stage"/>
207
208
  </xsl:call-template>
@@ -1515,13 +1516,22 @@
1515
1516
  <title-part lang="en">
1516
1517
 
1517
1518
 
1519
+
1518
1520
  </title-part>
1519
1521
  <title-part lang="fr">
1520
1522
 
1521
1523
 
1524
+
1522
1525
  </title-part>
1523
1526
  <title-part lang="zh">第 # 部分:</title-part>
1524
1527
 
1528
+ <title-subpart lang="en">
1529
+
1530
+ </title-subpart>
1531
+ <title-subpart lang="fr">
1532
+
1533
+ </title-subpart>
1534
+
1525
1535
  <title-modified lang="en">modified</title-modified>
1526
1536
  <title-modified lang="fr">modifiée</title-modified>
1527
1537
 
@@ -2039,7 +2049,9 @@
2039
2049
  <fo:block> </fo:block>
2040
2050
 
2041
2051
 
2042
-
2052
+ <!-- <xsl:if test="$namespace = 'bipm'">
2053
+ <fo:block>&#xA0;</fo:block>
2054
+ </xsl:if> -->
2043
2055
 
2044
2056
  <!-- $namespace = 'iso' or -->
2045
2057
 
@@ -2213,6 +2225,7 @@
2213
2225
  <xsl:if test="normalize-space() != ''">
2214
2226
  <fo:block xsl:use-attribute-sets="table-name-style">
2215
2227
 
2228
+
2216
2229
  <xsl:apply-templates/>
2217
2230
  </fo:block>
2218
2231
  </xsl:if>
@@ -2582,6 +2595,7 @@
2582
2595
  </xsl:if>
2583
2596
  </xsl:if>
2584
2597
 
2598
+
2585
2599
  <!-- <xsl:if test="$namespace = 'bipm'">
2586
2600
  <xsl:attribute name="height">8mm</xsl:attribute>
2587
2601
  </xsl:if> -->
@@ -2671,7 +2685,8 @@
2671
2685
  </xsl:attribute>
2672
2686
  </xsl:if>
2673
2687
  <xsl:call-template name="display-align"/>
2674
- <fo:block>
2688
+ <fo:block>
2689
+
2675
2690
  <xsl:apply-templates/>
2676
2691
  </fo:block>
2677
2692
  </fo:table-cell>
@@ -2896,7 +2911,11 @@
2896
2911
  <xsl:apply-templates/>
2897
2912
  </fo:inline>
2898
2913
  </xsl:template><xsl:template match="*[local-name()='dl']">
2899
- <fo:block-container margin-left="0mm">
2914
+ <fo:block-container>
2915
+
2916
+ <xsl:attribute name="margin-left">0mm</xsl:attribute>
2917
+
2918
+
2900
2919
  <xsl:if test="parent::*[local-name() = 'note']">
2901
2920
  <xsl:attribute name="margin-left">
2902
2921
  <xsl:choose>
@@ -2906,8 +2925,11 @@
2906
2925
  </xsl:attribute>
2907
2926
 
2908
2927
  </xsl:if>
2909
- <fo:block-container margin-left="0mm">
2910
-
2928
+ <fo:block-container>
2929
+
2930
+ <xsl:attribute name="margin-left">0mm</xsl:attribute>
2931
+
2932
+
2911
2933
  <xsl:variable name="parent" select="local-name(..)"/>
2912
2934
 
2913
2935
  <xsl:variable name="key_iso">
@@ -2921,9 +2943,12 @@
2921
2943
  <fo:block margin-bottom="12pt" text-align="left">
2922
2944
 
2923
2945
  <xsl:variable name="title-where">
2924
- <xsl:call-template name="getTitle">
2925
- <xsl:with-param name="name" select="'title-where'"/>
2926
- </xsl:call-template>
2946
+
2947
+
2948
+ <xsl:call-template name="getTitle">
2949
+ <xsl:with-param name="name" select="'title-where'"/>
2950
+ </xsl:call-template>
2951
+
2927
2952
  </xsl:variable>
2928
2953
  <xsl:value-of select="$title-where"/><xsl:text> </xsl:text>
2929
2954
  <xsl:apply-templates select="*[local-name()='dt']/*"/>
@@ -2939,9 +2964,12 @@
2939
2964
 
2940
2965
 
2941
2966
  <xsl:variable name="title-where">
2942
- <xsl:call-template name="getTitle">
2943
- <xsl:with-param name="name" select="'title-where'"/>
2944
- </xsl:call-template>
2967
+
2968
+
2969
+ <xsl:call-template name="getTitle">
2970
+ <xsl:with-param name="name" select="'title-where'"/>
2971
+ </xsl:call-template>
2972
+
2945
2973
  </xsl:variable>
2946
2974
  <xsl:value-of select="$title-where"/>
2947
2975
  </fo:block>
@@ -2952,9 +2980,12 @@
2952
2980
 
2953
2981
 
2954
2982
  <xsl:variable name="title-key">
2955
- <xsl:call-template name="getTitle">
2956
- <xsl:with-param name="name" select="'title-key'"/>
2957
- </xsl:call-template>
2983
+
2984
+
2985
+ <xsl:call-template name="getTitle">
2986
+ <xsl:with-param name="name" select="'title-key'"/>
2987
+ </xsl:call-template>
2988
+
2958
2989
  </xsl:variable>
2959
2990
  <xsl:value-of select="$title-key"/>
2960
2991
  </fo:block>
@@ -3530,7 +3561,18 @@
3530
3561
  <xsl:with-param name="previousRow" select="$newRow"/>
3531
3562
  </xsl:apply-templates>
3532
3563
  </xsl:template><xsl:template name="getLang">
3533
- <xsl:variable name="language" select="//*[local-name()='bibdata']//*[local-name()='language']"/>
3564
+ <xsl:variable name="language_current" select="normalize-space(//*[local-name()='bibdata']//*[local-name()='language'][@current = 'true'])"/>
3565
+ <xsl:variable name="language">
3566
+ <xsl:choose>
3567
+ <xsl:when test="$language_current != ''">
3568
+ <xsl:value-of select="$language_current"/>
3569
+ </xsl:when>
3570
+ <xsl:otherwise>
3571
+ <xsl:value-of select="//*[local-name()='bibdata']//*[local-name()='language']"/>
3572
+ </xsl:otherwise>
3573
+ </xsl:choose>
3574
+ </xsl:variable>
3575
+
3534
3576
  <xsl:choose>
3535
3577
  <xsl:when test="$language = 'English'">en</xsl:when>
3536
3578
  <xsl:otherwise><xsl:value-of select="$language"/></xsl:otherwise>
@@ -3565,6 +3607,7 @@
3565
3607
  <xsl:value-of select="substring($str, 2)"/>
3566
3608
  </xsl:template><xsl:template match="mathml:math">
3567
3609
  <fo:inline font-family="STIX Two Math"> <!-- -->
3610
+
3568
3611
  <xsl:variable name="mathml">
3569
3612
  <xsl:apply-templates select="." mode="mathml"/>
3570
3613
  </xsl:variable>
@@ -3647,10 +3690,14 @@
3647
3690
  </fo:inline>
3648
3691
  </xsl:template><xsl:template match="*[local-name() = 'modification']">
3649
3692
  <xsl:variable name="title-modified">
3650
- <xsl:call-template name="getTitle">
3651
- <xsl:with-param name="name" select="'title-modified'"/>
3652
- </xsl:call-template>
3693
+
3694
+
3695
+ <xsl:call-template name="getTitle">
3696
+ <xsl:with-param name="name" select="'title-modified'"/>
3697
+ </xsl:call-template>
3698
+
3653
3699
  </xsl:variable>
3700
+
3654
3701
  <xsl:choose>
3655
3702
  <xsl:when test="$lang = 'zh'"><xsl:text>、</xsl:text><xsl:value-of select="$title-modified"/><xsl:text>—</xsl:text></xsl:when>
3656
3703
  <xsl:otherwise><xsl:text>, </xsl:text><xsl:value-of select="$title-modified"/><xsl:text> — </xsl:text></xsl:otherwise>
@@ -4433,9 +4480,14 @@
4433
4480
  <xsl:attribute name="font-weight">bold</xsl:attribute>
4434
4481
  <xsl:attribute name="padding-right">1mm</xsl:attribute>
4435
4482
 
4436
- <xsl:call-template name="getTitle">
4437
- <xsl:with-param name="name" select="'title-source'"/>
4438
- </xsl:call-template>
4483
+
4484
+
4485
+
4486
+ <xsl:call-template name="getTitle">
4487
+ <xsl:with-param name="name" select="'title-source'"/>
4488
+ </xsl:call-template>
4489
+
4490
+
4439
4491
  <xsl:text>: </xsl:text>
4440
4492
  </fo:inline>
4441
4493
 
@@ -4585,9 +4637,12 @@
4585
4637
  </fo:block>
4586
4638
  </xsl:template><xsl:template match="*[local-name() = 'deprecates']">
4587
4639
  <xsl:variable name="title-deprecated">
4588
- <xsl:call-template name="getTitle">
4589
- <xsl:with-param name="name" select="'title-deprecated'"/>
4590
- </xsl:call-template>
4640
+
4641
+
4642
+ <xsl:call-template name="getTitle">
4643
+ <xsl:with-param name="name" select="'title-deprecated'"/>
4644
+ </xsl:call-template>
4645
+
4591
4646
  </xsl:variable>
4592
4647
  <fo:block xsl:use-attribute-sets="deprecates-style">
4593
4648
  <xsl:value-of select="$title-deprecated"/>: <xsl:apply-templates/>
@@ -5095,13 +5150,22 @@
5095
5150
  </xsl:template><xsl:template name="split">
5096
5151
  <xsl:param name="pText" select="."/>
5097
5152
  <xsl:param name="sep" select="','"/>
5153
+ <xsl:param name="normalize-space" select="'true'"/>
5098
5154
  <xsl:if test="string-length($pText) &gt;0">
5099
5155
  <item>
5100
- <xsl:value-of select="normalize-space(substring-before(concat($pText, ','), $sep))"/>
5156
+ <xsl:choose>
5157
+ <xsl:when test="$normalize-space = 'true'">
5158
+ <xsl:value-of select="normalize-space(substring-before(concat($pText, $sep), $sep))"/>
5159
+ </xsl:when>
5160
+ <xsl:otherwise>
5161
+ <xsl:value-of select="substring-before(concat($pText, $sep), $sep)"/>
5162
+ </xsl:otherwise>
5163
+ </xsl:choose>
5101
5164
  </item>
5102
5165
  <xsl:call-template name="split">
5103
5166
  <xsl:with-param name="pText" select="substring-after($pText, $sep)"/>
5104
5167
  <xsl:with-param name="sep" select="$sep"/>
5168
+ <xsl:with-param name="normalize-space" select="$normalize-space"/>
5105
5169
  </xsl:call-template>
5106
5170
  </xsl:if>
5107
5171
  </xsl:template><xsl:template name="getDocumentId">
@@ -5167,4 +5231,23 @@
5167
5231
  <xsl:with-param name="letter-spacing" select="$letter-spacing"/>
5168
5232
  </xsl:call-template>
5169
5233
  </xsl:if>
5234
+ </xsl:template><xsl:template name="repeat">
5235
+ <xsl:param name="char" select="'*'"/>
5236
+ <xsl:param name="count"/>
5237
+ <xsl:if test="$count &gt; 0">
5238
+ <xsl:value-of select="$char"/>
5239
+ <xsl:call-template name="repeat">
5240
+ <xsl:with-param name="char" select="$char"/>
5241
+ <xsl:with-param name="count" select="$count - 1"/>
5242
+ </xsl:call-template>
5243
+ </xsl:if>
5244
+ </xsl:template><xsl:template name="getLocalizedString">
5245
+ <xsl:param name="key"/>
5246
+
5247
+ <xsl:variable name="curr_lang">
5248
+ <xsl:call-template name="getLang"/>
5249
+ </xsl:variable>
5250
+
5251
+ <xsl:value-of select="/*/*[local-name() = 'localized-strings']/*[local-name() = 'localized-string'][@key = $key and @language = $curr_lang]"/>
5252
+
5170
5253
  </xsl:template></xsl:stylesheet>
@@ -201,7 +201,8 @@
201
201
  </xsl:call-template>
202
202
  </fo:block>
203
203
  <fo:block font-size="12pt" font-weight="bold">
204
- <xsl:variable name="stage" select="java:toUpperCase(java:java.lang.String.new(//ogc:local_bibdata/ogc:status/ogc:stage))"/>
204
+ <xsl:variable name="curr_lang" select="/ogc:ogc-standard/ogc:bibdata/ogc:language[@current = 'true']"/>
205
+ <xsl:variable name="stage" select="java:toUpperCase(java:java.lang.String.new(/ogc:ogc-standard/ogc:bibdata/ogc:status/ogc:stage[@language = $curr_lang]))"/>
205
206
  <xsl:call-template name="addLetterSpacing">
206
207
  <xsl:with-param name="text" select="$stage"/>
207
208
  </xsl:call-template>
@@ -1515,13 +1516,22 @@
1515
1516
  <title-part lang="en">
1516
1517
 
1517
1518
 
1519
+
1518
1520
  </title-part>
1519
1521
  <title-part lang="fr">
1520
1522
 
1521
1523
 
1524
+
1522
1525
  </title-part>
1523
1526
  <title-part lang="zh">第 # 部分:</title-part>
1524
1527
 
1528
+ <title-subpart lang="en">
1529
+
1530
+ </title-subpart>
1531
+ <title-subpart lang="fr">
1532
+
1533
+ </title-subpart>
1534
+
1525
1535
  <title-modified lang="en">modified</title-modified>
1526
1536
  <title-modified lang="fr">modifiée</title-modified>
1527
1537
 
@@ -2039,7 +2049,9 @@
2039
2049
  <fo:block> </fo:block>
2040
2050
 
2041
2051
 
2042
-
2052
+ <!-- <xsl:if test="$namespace = 'bipm'">
2053
+ <fo:block>&#xA0;</fo:block>
2054
+ </xsl:if> -->
2043
2055
 
2044
2056
  <!-- $namespace = 'iso' or -->
2045
2057
 
@@ -2213,6 +2225,7 @@
2213
2225
  <xsl:if test="normalize-space() != ''">
2214
2226
  <fo:block xsl:use-attribute-sets="table-name-style">
2215
2227
 
2228
+
2216
2229
  <xsl:apply-templates/>
2217
2230
  </fo:block>
2218
2231
  </xsl:if>
@@ -2582,6 +2595,7 @@
2582
2595
  </xsl:if>
2583
2596
  </xsl:if>
2584
2597
 
2598
+
2585
2599
  <!-- <xsl:if test="$namespace = 'bipm'">
2586
2600
  <xsl:attribute name="height">8mm</xsl:attribute>
2587
2601
  </xsl:if> -->
@@ -2671,7 +2685,8 @@
2671
2685
  </xsl:attribute>
2672
2686
  </xsl:if>
2673
2687
  <xsl:call-template name="display-align"/>
2674
- <fo:block>
2688
+ <fo:block>
2689
+
2675
2690
  <xsl:apply-templates/>
2676
2691
  </fo:block>
2677
2692
  </fo:table-cell>
@@ -2896,7 +2911,11 @@
2896
2911
  <xsl:apply-templates/>
2897
2912
  </fo:inline>
2898
2913
  </xsl:template><xsl:template match="*[local-name()='dl']">
2899
- <fo:block-container margin-left="0mm">
2914
+ <fo:block-container>
2915
+
2916
+ <xsl:attribute name="margin-left">0mm</xsl:attribute>
2917
+
2918
+
2900
2919
  <xsl:if test="parent::*[local-name() = 'note']">
2901
2920
  <xsl:attribute name="margin-left">
2902
2921
  <xsl:choose>
@@ -2906,8 +2925,11 @@
2906
2925
  </xsl:attribute>
2907
2926
 
2908
2927
  </xsl:if>
2909
- <fo:block-container margin-left="0mm">
2910
-
2928
+ <fo:block-container>
2929
+
2930
+ <xsl:attribute name="margin-left">0mm</xsl:attribute>
2931
+
2932
+
2911
2933
  <xsl:variable name="parent" select="local-name(..)"/>
2912
2934
 
2913
2935
  <xsl:variable name="key_iso">
@@ -2921,9 +2943,12 @@
2921
2943
  <fo:block margin-bottom="12pt" text-align="left">
2922
2944
 
2923
2945
  <xsl:variable name="title-where">
2924
- <xsl:call-template name="getTitle">
2925
- <xsl:with-param name="name" select="'title-where'"/>
2926
- </xsl:call-template>
2946
+
2947
+
2948
+ <xsl:call-template name="getTitle">
2949
+ <xsl:with-param name="name" select="'title-where'"/>
2950
+ </xsl:call-template>
2951
+
2927
2952
  </xsl:variable>
2928
2953
  <xsl:value-of select="$title-where"/><xsl:text> </xsl:text>
2929
2954
  <xsl:apply-templates select="*[local-name()='dt']/*"/>
@@ -2939,9 +2964,12 @@
2939
2964
 
2940
2965
 
2941
2966
  <xsl:variable name="title-where">
2942
- <xsl:call-template name="getTitle">
2943
- <xsl:with-param name="name" select="'title-where'"/>
2944
- </xsl:call-template>
2967
+
2968
+
2969
+ <xsl:call-template name="getTitle">
2970
+ <xsl:with-param name="name" select="'title-where'"/>
2971
+ </xsl:call-template>
2972
+
2945
2973
  </xsl:variable>
2946
2974
  <xsl:value-of select="$title-where"/>
2947
2975
  </fo:block>
@@ -2952,9 +2980,12 @@
2952
2980
 
2953
2981
 
2954
2982
  <xsl:variable name="title-key">
2955
- <xsl:call-template name="getTitle">
2956
- <xsl:with-param name="name" select="'title-key'"/>
2957
- </xsl:call-template>
2983
+
2984
+
2985
+ <xsl:call-template name="getTitle">
2986
+ <xsl:with-param name="name" select="'title-key'"/>
2987
+ </xsl:call-template>
2988
+
2958
2989
  </xsl:variable>
2959
2990
  <xsl:value-of select="$title-key"/>
2960
2991
  </fo:block>
@@ -3530,7 +3561,18 @@
3530
3561
  <xsl:with-param name="previousRow" select="$newRow"/>
3531
3562
  </xsl:apply-templates>
3532
3563
  </xsl:template><xsl:template name="getLang">
3533
- <xsl:variable name="language" select="//*[local-name()='bibdata']//*[local-name()='language']"/>
3564
+ <xsl:variable name="language_current" select="normalize-space(//*[local-name()='bibdata']//*[local-name()='language'][@current = 'true'])"/>
3565
+ <xsl:variable name="language">
3566
+ <xsl:choose>
3567
+ <xsl:when test="$language_current != ''">
3568
+ <xsl:value-of select="$language_current"/>
3569
+ </xsl:when>
3570
+ <xsl:otherwise>
3571
+ <xsl:value-of select="//*[local-name()='bibdata']//*[local-name()='language']"/>
3572
+ </xsl:otherwise>
3573
+ </xsl:choose>
3574
+ </xsl:variable>
3575
+
3534
3576
  <xsl:choose>
3535
3577
  <xsl:when test="$language = 'English'">en</xsl:when>
3536
3578
  <xsl:otherwise><xsl:value-of select="$language"/></xsl:otherwise>
@@ -3565,6 +3607,7 @@
3565
3607
  <xsl:value-of select="substring($str, 2)"/>
3566
3608
  </xsl:template><xsl:template match="mathml:math">
3567
3609
  <fo:inline font-family="STIX Two Math"> <!-- -->
3610
+
3568
3611
  <xsl:variable name="mathml">
3569
3612
  <xsl:apply-templates select="." mode="mathml"/>
3570
3613
  </xsl:variable>
@@ -3647,10 +3690,14 @@
3647
3690
  </fo:inline>
3648
3691
  </xsl:template><xsl:template match="*[local-name() = 'modification']">
3649
3692
  <xsl:variable name="title-modified">
3650
- <xsl:call-template name="getTitle">
3651
- <xsl:with-param name="name" select="'title-modified'"/>
3652
- </xsl:call-template>
3693
+
3694
+
3695
+ <xsl:call-template name="getTitle">
3696
+ <xsl:with-param name="name" select="'title-modified'"/>
3697
+ </xsl:call-template>
3698
+
3653
3699
  </xsl:variable>
3700
+
3654
3701
  <xsl:choose>
3655
3702
  <xsl:when test="$lang = 'zh'"><xsl:text>、</xsl:text><xsl:value-of select="$title-modified"/><xsl:text>—</xsl:text></xsl:when>
3656
3703
  <xsl:otherwise><xsl:text>, </xsl:text><xsl:value-of select="$title-modified"/><xsl:text> — </xsl:text></xsl:otherwise>
@@ -4433,9 +4480,14 @@
4433
4480
  <xsl:attribute name="font-weight">bold</xsl:attribute>
4434
4481
  <xsl:attribute name="padding-right">1mm</xsl:attribute>
4435
4482
 
4436
- <xsl:call-template name="getTitle">
4437
- <xsl:with-param name="name" select="'title-source'"/>
4438
- </xsl:call-template>
4483
+
4484
+
4485
+
4486
+ <xsl:call-template name="getTitle">
4487
+ <xsl:with-param name="name" select="'title-source'"/>
4488
+ </xsl:call-template>
4489
+
4490
+
4439
4491
  <xsl:text>: </xsl:text>
4440
4492
  </fo:inline>
4441
4493
 
@@ -4585,9 +4637,12 @@
4585
4637
  </fo:block>
4586
4638
  </xsl:template><xsl:template match="*[local-name() = 'deprecates']">
4587
4639
  <xsl:variable name="title-deprecated">
4588
- <xsl:call-template name="getTitle">
4589
- <xsl:with-param name="name" select="'title-deprecated'"/>
4590
- </xsl:call-template>
4640
+
4641
+
4642
+ <xsl:call-template name="getTitle">
4643
+ <xsl:with-param name="name" select="'title-deprecated'"/>
4644
+ </xsl:call-template>
4645
+
4591
4646
  </xsl:variable>
4592
4647
  <fo:block xsl:use-attribute-sets="deprecates-style">
4593
4648
  <xsl:value-of select="$title-deprecated"/>: <xsl:apply-templates/>
@@ -5095,13 +5150,22 @@
5095
5150
  </xsl:template><xsl:template name="split">
5096
5151
  <xsl:param name="pText" select="."/>
5097
5152
  <xsl:param name="sep" select="','"/>
5153
+ <xsl:param name="normalize-space" select="'true'"/>
5098
5154
  <xsl:if test="string-length($pText) &gt;0">
5099
5155
  <item>
5100
- <xsl:value-of select="normalize-space(substring-before(concat($pText, ','), $sep))"/>
5156
+ <xsl:choose>
5157
+ <xsl:when test="$normalize-space = 'true'">
5158
+ <xsl:value-of select="normalize-space(substring-before(concat($pText, $sep), $sep))"/>
5159
+ </xsl:when>
5160
+ <xsl:otherwise>
5161
+ <xsl:value-of select="substring-before(concat($pText, $sep), $sep)"/>
5162
+ </xsl:otherwise>
5163
+ </xsl:choose>
5101
5164
  </item>
5102
5165
  <xsl:call-template name="split">
5103
5166
  <xsl:with-param name="pText" select="substring-after($pText, $sep)"/>
5104
5167
  <xsl:with-param name="sep" select="$sep"/>
5168
+ <xsl:with-param name="normalize-space" select="$normalize-space"/>
5105
5169
  </xsl:call-template>
5106
5170
  </xsl:if>
5107
5171
  </xsl:template><xsl:template name="getDocumentId">
@@ -5167,4 +5231,23 @@
5167
5231
  <xsl:with-param name="letter-spacing" select="$letter-spacing"/>
5168
5232
  </xsl:call-template>
5169
5233
  </xsl:if>
5234
+ </xsl:template><xsl:template name="repeat">
5235
+ <xsl:param name="char" select="'*'"/>
5236
+ <xsl:param name="count"/>
5237
+ <xsl:if test="$count &gt; 0">
5238
+ <xsl:value-of select="$char"/>
5239
+ <xsl:call-template name="repeat">
5240
+ <xsl:with-param name="char" select="$char"/>
5241
+ <xsl:with-param name="count" select="$count - 1"/>
5242
+ </xsl:call-template>
5243
+ </xsl:if>
5244
+ </xsl:template><xsl:template name="getLocalizedString">
5245
+ <xsl:param name="key"/>
5246
+
5247
+ <xsl:variable name="curr_lang">
5248
+ <xsl:call-template name="getLang"/>
5249
+ </xsl:variable>
5250
+
5251
+ <xsl:value-of select="/*/*[local-name() = 'localized-strings']/*[local-name() = 'localized-string'][@key = $key and @language = $curr_lang]"/>
5252
+
5170
5253
  </xsl:template></xsl:stylesheet>