Changes for page Engine_XalanJ

Last modified by Nicolas Gregoire on 2012/01/31 17:35

From version Icon 5.1 Icon
edited by Nicolas Gregoire
on 2012/01/05 00:59
Change comment: There is no comment for this version
To version Icon 6.1 Icon
edited by Nicolas Gregoire
on 2012/01/05 01:00
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -23,10 +23,14 @@
23 23  dcdcdd
24 24  
25 25  <?xml version="1.0"?>
26 -<xsl:stylesheet xmlns:xsl="http:~/~/www.w3.org/1999/XSL/Transform"
27 - xmlns:j="http:~/~/xml.apache.org/xalan/java"
28 - exclude-result-prefixes="j"
29 - version="1.0">
26 +<xsl:stylesheet
27 +
28 + xmlns:xsl="http:~/~/www.w3.org/1999/XSL/Transform"
29 + xmlns:j="http:~/~/xml.apache.org/xalan/java"
30 +
31 + exclude-result-prefixes="j"
32 +
33 + version="1.0">
30 30   <xsl:template match="/">
31 31   <xsl:variable name="c"><![CDATA[touch = /tmp/hello]]></xsl:variable>
32 32   <xsl:variable name="a" select="j:split($c, ' = ')"/>