Aleksey Gurtovoy 22 лет назад
Родитель
Сommit
af46fbd898

+ 1 - 1
tools/regression/xsl_reports/xsl/exslt/functions/replace/str.replace.xsl

@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>
 <stylesheet xmlns="http://www.w3.org/1999/XSL/Transform" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:func="http://exslt.org/functions" xmlns:str="http://exslt.org/strings" version="1.0" extension-element-prefixes="str" str:doc="http://www.exslt.org/str">
    <import href="str.replace.function.xsl"/>
-</stylesheet>
+</stylesheet>

+ 1 - 1
tools/regression/xsl_reports/xsl/exslt/str.xsl

@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>
 <stylesheet xmlns="http://www.w3.org/1999/XSL/Transform" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:str="http://exslt.org/Strings" version="1.0" extension-element-prefixes="str" str:doc="http://www.exslt.org/str">
    <import href="functions/replace/str.replace.xsl"/>
-</stylesheet>
+</stylesheet>

粤ICP备19079148号