Changes for page Engine_XalanJ

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

From version Icon 10.1 Icon
edited by Nicolas Gregoire
on 2012/01/05 01:09
Change comment: There is no comment for this version
To version Icon 13.1 Icon
edited by Nicolas Gregoire
on 2012/01/08 19:44
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -26,6 +26,8 @@
26 26  
27 27  TODO
28 28  
29 +=== Code ===
30 +
29 29  <?xml version="1.0"?>
30 30  <xsl:stylesheet xmlns:xsl="http:~/~/www.w3.org/1999/XSL/Transform"
31 31   xmlns:xalan="http:~/~/xml.apache.org/xalan"
... ... @@ -35,10 +35,41 @@
35 35  
36 36   <xsl:output indent="yes"/>
37 37   <xsl:template match="/">
38 - <xsl:copy-of select="xalan:checkEnvironment()"/>
40 + (% style="text-align:center;color:blue" %)<xsl:copy-of select="xalan:checkEnvironment()"/>
41 +
42 +
39 39   </xsl:template>
40 40  \\</xsl:stylesheet>
41 41  
46 +=== Output ===
47 +
48 +<?xml version="1.0" encoding="UTF-8"?><checkEnvironmentExtension>
49 +<EnvironmentCheck version="$Revision$">
50 +<environment>
51 +<item key="version.DOM.draftlevel">2.0fd</item>
52 +<item key="java.class.path">:/usr/share/java/xalan2.jar:/usr/share/java/xml-apis.jar:/usr/share/java/xercesImpl.jar:/usr/share/java/xalan25.jar:/usr/share/java/bsf-2.4.0.jar</item>
53 +<item key="version.JAXP">1.1 or higher</item>
54 +<item key="java.ext.dirs">/usr/lib/jvm/java-6-openjdk/jre/lib/ext:/usr/java/packages/lib/ext</item>
55 +<item key="version.xerces2">Xerces-J 2.9.1</item>
56 +<item key="version.xerces1">not-present</item>
57 +<item key="version.xalan2_2">Xalan Java 2.7.1</item>
58 +<item key="version.xalan1">not-present</item>
59 +<item key="version.ant">not-present</item>
60 +<item key="java.version">1.6.0_20</item>
61 +<item key="version.DOM">2.0</item>
62 +<item key="version.crimson">not-present</item>
63 +<item key="sun.boot.class.path">/usr/lib/jvm/java-6-openjdk/jre/lib/resources.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jsse.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jce.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/charsets.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/netx.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/plugin.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rhino.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/modules/jdk.boot.jar:/usr/lib/jvm/java-6-openjdk/jre/classes</item>
64 +<foundJar desc="apis.jar-apparent.version" name="xml">xml-apis.jar present-unknown-version</foundJar>
65 +<foundJar desc="apis.jar-path" name="xml">/usr/share/java/xml-apis.jar</foundJar>
66 +<foundJar desc="apparent.version" name="xercesImpl.jar">xercesImpl.jar WARNING.present-unknown-version</foundJar>
67 +<foundJar desc="path" name="xercesImpl.jar">/usr/share/java/xercesImpl.jar</foundJar>
68 +<item key="version.SAX">2.0</item>
69 +<item key="version.xalan2x">Xalan Java 2.7.1</item>
70 +</environment>
71 +<status result="OK"/>
72 +</EnvironmentCheck>
73 +</checkEnvironmentExtension>
74 +
42 42  == Java code execution ==
43 43  
44 44  The following code will display the current date :