You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@locus.apache.org on 2000/12/16 02:16:18 UTC

cvs commit: xml-xalan/test/tests/conf/impincl-test testfile.xml impincl08.xsl mdocs11a.xml mdocstest.xml impincl04.xsl

dmarston    00/12/15 17:16:17

  Added:       test/tests/conf/impincl-test testfile.xml impincl08.xsl
                        mdocs11a.xml mdocstest.xml impincl04.xsl
  Log:
  Copy of tests in Lotus/IBM repository
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/tests/conf/impincl-test/testfile.xml
  
  Index: testfile.xml
  ===================================================================
  <?xml version="1.0"?>
  <doc>
  	<node>DocBook bug regressed successfully</node>
  </doc>
  
  
  1.1                  xml-xalan/test/tests/conf/impincl-test/impincl08.xsl
  
  Index: impincl08.xsl
  ===================================================================
  <?xml version='1.0'?>
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
  
  <xsl:variable name="testfile.xml" select="document('testfile.xml')"/>
  
  <xsl:template name="TestInclude">
    <xsl:value-of select="$testfile.xml/doc/node"/>
  </xsl:template>
  
  </xsl:stylesheet>
  
  
  1.1                  xml-xalan/test/tests/conf/impincl-test/mdocs11a.xml
  
  Index: mdocs11a.xml
  ===================================================================
  <?xml version="1.0"?>
  <doc>
    <body width="66"/>
    <body width="72"/>
    <body width="80"/>
    <body width="96"/>
    <body width="132"/>
  </doc>
  
  
  1.1                  xml-xalan/test/tests/conf/impincl-test/mdocstest.xml
  
  Index: mdocstest.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <doc>
  <a/>
  <a>mdocs04a.xml</a>	<!-- Hello -->
  <a>mdocs06a.xml</a>	<!-- Shirt, Overt -->
  <v/>
  <a>mdocs04b.xml</a>	<!-- Good Bye -->
  <a>mdocs06b.xml</a>	<!-- Tie, Sly -->
  <b>Ye ha - performed document(File URL) correctly!</b>
  <x/>
  <y/>						
  <z/>
  </doc>
  
  
  1.1                  xml-xalan/test/tests/conf/impincl-test/impincl04.xsl
  
  Index: impincl04.xsl
  ===================================================================
  <?xml version='1.0'?>
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
  
  <xsl:template name="TestInclude">
    Included xsl file's relative URI is resolved 
    relative to the base URI of the xsl:include 
    element 
  </xsl:template>
  
  </xsl:stylesheet>