Просмотр исходного кода

revert EXSLT code crashing xsltproc

[SVN r23446]
Aleksey Gurtovoy 22 лет назад
Родитель
Сommit
732df0849a
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      tools/regression/xsl_reports/xsl/common.xsl

+ 1 - 3
tools/regression/xsl_reports/xsl/common.xsl

@@ -18,8 +18,6 @@
     extension-element-prefixes="func"
     version="1.0">
 
-    <xsl:import href="exslt/str.xsl"/>
-
     <xsl:variable name="output_directory" select="'output'"/>
 
     <xsl:template name="get_toolsets">
@@ -72,7 +70,7 @@
 
     <func:function name="meta:toolset_name">
         <xsl:param name="name"/>
-        <func:result select="str:replace( $name, '-', '- ' )"/>
+        <func:result select="$name"/>
     </func:function>
 
     <func:function name="meta:output_file_path">

粤ICP备19079148号