dmarston 00/12/15 14:28:42
Added: test/tests/conf/processorinfo processorinfo03.xsl
processorinfo01.xsl processorinfo02.xml
processorinfo02.xsl processorinfo03.xml
processorinfo01.xml
Log:
Copy of tests in Lotus/IBM repository
Revision Changes Path
1.1
xml-xalan/test/tests/conf/processorinfo/processorinfo03.xsl
Index: processorinfo03.xsl
===================================================================
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- FileName: PROP03 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 12.4 -->
<!-- Purpose: Test the xsl:vendor-url system property -->
<xsl:template match="doc">
<out>
<xsl:value-of select="system-property('xsl:vendor-url')"/>
</out>
</xsl:template>
</xsl:stylesheet>
1.1
xml-xalan/test/tests/conf/processorinfo/processorinfo01.xsl
Index: processorinfo01.xsl
===================================================================
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- FileName: PROP01 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 12.4 -->
<!-- Purpose: Test the xsl:version system property -->
<xsl:template match="doc">
<out>
<xsl:value-of select="system-property('xsl:version')"/>
</out>
</xsl:template>
</xsl:stylesheet>
1.1
xml-xalan/test/tests/conf/processorinfo/processorinfo02.xml
Index: processorinfo02.xml
===================================================================
<?xml version="1.0"?>
<doc>
</doc>
1.1
xml-xalan/test/tests/conf/processorinfo/processorinfo02.xsl
Index: processorinfo02.xsl
===================================================================
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- FileName: PROP02 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 12.4 -->
<!-- Purpose: Test the xsl:vendor system property -->
<xsl:template match="doc">
<out>
<xsl:value-of select="system-property('xsl:vendor')"/>
</out>
</xsl:template>
</xsl:stylesheet>
1.1
xml-xalan/test/tests/conf/processorinfo/processorinfo03.xml
Index: processorinfo03.xml
===================================================================
<?xml version="1.0"?>
<doc>
</doc>
1.1
xml-xalan/test/tests/conf/processorinfo/processorinfo01.xml
Index: processorinfo01.xml
===================================================================
<?xml version="1.0"?>
<doc>
</doc>