You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Apache Wiki <wi...@apache.org> on 2005/08/02 15:49:54 UTC

[Ant Wiki] Trivial Update of "UsingAntWithXSLT2.0AndSaxon" by DanMcCreary

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification.

The following page has been changed by DanMcCreary:
http://wiki.apache.org/ant/UsingAntWithXSLT2%2e0AndSaxon

------------------------------------------------------------------------------
  {{{
  <?xml version="1.0" encoding="UTF-8"?>
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
- 	<xsl:output method="html"/>
+    <xsl:output method="html"/>
- 	<xsl:template match="/">
+       <xsl:template match="/">
- 		<html>
- 			<head>
+          <html>
+             <head>
- 				<title>Print XSLT Related Environment Variables</title>
+                <title>Print XSLT Related Environment Variables</title>
- 			</head>
- 			<body>
- 				<ul>
+             </head>
+             <body>
+                 <ul>
- 					<li><b>Version: </b><xsl:value-of select="system-property('xsl:version')"/>
+                    <li><b>Version: </b><xsl:value-of select="system-property('xsl:version')"/>
- 					</li>
+                    </li>
- 					<li><b>Vendor: </b><xsl:value-of select="system-property('xsl:vendor')"/>
+                    <li><b>Vendor: </b><xsl:value-of select="system-property('xsl:vendor')"/>
- 					</li>
+                    </li>
- 					<li><b>Vendor URL: </b><xsl:value-of select="system-property('xsl:vendor-url')"/>
+                    <li><b>Vendor URL: </b><xsl:value-of select="system-property('xsl:vendor-url')"/>
- 					</li>
+                    </li>
- 					<li><b>Java Version: </b><xsl:value-of select="system-property('java.version')"/>
+                    <li><b>Java Version: </b><xsl:value-of select="system-property('java.version')"/>
- 					</li>
+                    </li>
- 					<li><b>OS Name: </b><xsl:value-of select="system-property('os.name')"/>
+                    <li><b>OS Name: </b><xsl:value-of select="system-property('os.name')"/>
- 					</li>
+                    </li>
- 					<li><b>File Seperator: </b><xsl:value-of select="system-property('file.separator')"/>
+                    <li><b>File Seperator: </b><xsl:value-of select="system-property('file.separator')"/>
- 					</li>
- 				</ul>
- 			</body>
- 		</html>
+                    </li>
+                 </ul>
+             </body>
+         </html>
- 	</xsl:template>
+     </xsl:template>
  </xsl:stylesheet>
  }}}
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org