2007-11-21 00:06:59 +01:00
|
|
|
<test-suite>
|
|
|
|
<test-catalog submitter="Arabica">
|
|
|
|
<creator>JezUK</creator>
|
|
|
|
<major-path>arabica</major-path>
|
|
|
|
<date>2007-11-20</date>
|
|
|
|
<test-case id="error01">
|
|
|
|
<file-path>errors</file-path>
|
|
|
|
<purpose>xsl:stylesheet within xsl:stylesheet should fail</purpose>
|
|
|
|
<scenario operation="execution-error">
|
|
|
|
<input-file role="principal-data">data.xml</input-file>
|
|
|
|
<input-file role="principal-stylesheet">error01.xsl</input-file>
|
|
|
|
</scenario>
|
|
|
|
</test-case>
|
|
|
|
<test-case id="error02">
|
|
|
|
<file-path>errors</file-path>
|
|
|
|
<purpose>xsl:stylesheet within xsl:stylesheet should fail</purpose>
|
|
|
|
<scenario operation="execution-error">
|
|
|
|
<input-file role="principal-data">data.xml</input-file>
|
|
|
|
<input-file role="principal-stylesheet">error02.xsl</input-file>
|
|
|
|
</scenario>
|
|
|
|
</test-case>
|
2007-11-22 22:24:17 +01:00
|
|
|
<test-case id="error03">
|
|
|
|
<file-path>errors</file-path>
|
|
|
|
<purpose>xsl:processing-instruction name cannot be 'xml'</purpose>
|
|
|
|
<scenario operation="execution-error">
|
|
|
|
<input-file role="principal-data">data.xml</input-file>
|
|
|
|
<input-file role="principal-stylesheet">error03.xsl</input-file>
|
|
|
|
</scenario>
|
|
|
|
</test-case>
|
|
|
|
<test-case id="error04">
|
|
|
|
<file-path>errors</file-path>
|
|
|
|
<purpose>xsl:processing-instruction name cannot be 'xml'</purpose>
|
|
|
|
<scenario operation="execution-error">
|
|
|
|
<input-file role="principal-data">data.xml</input-file>
|
|
|
|
<input-file role="principal-stylesheet">error04.xsl</input-file>
|
|
|
|
</scenario>
|
|
|
|
</test-case>
|
|
|
|
<test-case id="error05">
|
|
|
|
<file-path>errors</file-path>
|
|
|
|
<purpose>xsl:processing-instruction name cannot be 'xml'</purpose>
|
|
|
|
<scenario operation="execution-error">
|
|
|
|
<input-file role="principal-data">data.xml</input-file>
|
|
|
|
<input-file role="principal-stylesheet">error05.xsl</input-file>
|
|
|
|
</scenario>
|
|
|
|
</test-case>
|
2007-11-21 00:06:59 +01:00
|
|
|
<test-case id="include01">
|
|
|
|
<file-path>include</file-path>
|
|
|
|
<scenario operation="standard">
|
|
|
|
<input-file role="principal-data">data.xml</input-file>
|
|
|
|
<input-file role="principal-stylesheet">include01.xsl</input-file>
|
|
|
|
<output-file role="principal" compare="XML">include01.out</output-file>
|
|
|
|
</scenario>
|
|
|
|
</test-case>
|
|
|
|
<test-case id="include02">
|
|
|
|
<file-path>include</file-path>
|
|
|
|
<scenario operation="standard">
|
|
|
|
<input-file role="principal-data">data.xml</input-file>
|
|
|
|
<input-file role="principal-stylesheet">include02.xsl</input-file>
|
|
|
|
<output-file role="principal" compare="XML">include02.out</output-file>
|
|
|
|
</scenario>
|
|
|
|
</test-case>
|
2007-11-22 22:53:44 +01:00
|
|
|
<test-case id="pi01">
|
|
|
|
<file-path>processing-instruction</file-path>
|
|
|
|
<scenario operation="standard">
|
|
|
|
<input-file role="principal-data">data.xml</input-file>
|
|
|
|
<input-file role="principal-stylesheet">pi01.xsl</input-file>
|
|
|
|
<output-file role="principal" compare="XML">pi01.out</output-file>
|
|
|
|
</scenario>
|
|
|
|
</test-case>
|
2007-11-21 00:06:59 +01:00
|
|
|
</test-catalog>
|
2007-11-22 22:53:44 +01:00
|
|
|
</test-suite>
|