<?xml version='1.0' encoding='UTF-8'?>
<xsl:stylesheet version="1.0" xmlns:msxml="urn:schemas-microsoft-com:xslt" xmlns:xalan="http://xml.apache.org/xslt" xmlns:saxon-ver="com.icl.saxon.Version" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xalan-ver="org.apache.xalan.Version" exclude-result-prefixes="msxml saxon-ver xalan xalan-ver">

  <xsl:output method="html" indent="yes"/>
  <xsl:variable name="vendor-url" select="system-property('xsl:vendor-url')"/>
  <xsl:template match="/">
	<html 
 xmlns:xalan-ver="com.sun.org.apache.xalan.internal.Version" 
 xmlns:xalan="http://xml.apache.org/xslt" >
 <head/>
		<body>
			<p>
				<table width="100%" border="1">
					<tbody>
						<tr>
							<td>
								<strong>Vendor</strong>
							</td>
							<td>
								<strong>Vendor URL</strong>
							</td>
							<td>
								<strong>Product version</strong>
							</td>
						</tr>
						<tr>
							<td>
								<xsl:value-of select="system-property('xsl:vendor')"/>
							</td>
							<td>
								<xsl:value-of select="$vendor-url"/>
							</td>
							<td>
	        <xsl:value-of select="xalan-ver:getVersion()"/>
 						</td>
						</tr>
					</tbody>
				</table>
			</p>
		</body>
	</html>
</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2007. Progress Software Corporation. All rights reserved.

<metaInformation>
 <scenarios>
  <scenario default="yes" name="Scenario1" userelativepaths="yes" externalpreview="no" url="books.xml" htmlbaseurl="" outputurl="" processortype="jaxp" useresolver="yes" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline=""
            additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no" validator="internal" customvalidator=""/>
 </scenarios>
 <MapperMetaTag>
  <MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
  <MapperBlockPosition></MapperBlockPosition>
  <TemplateContext></TemplateContext>
  <MapperFilter side="source"></MapperFilter>
 </MapperMetaTag>
</metaInformation>
-->