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/17 23:18:52 UTC

cvs commit: xml-xalan/test/tests/conf-gold/reluri reluri10.out reluri02.out reluri03.out reluri04.out reluri05.out reluri06.out reluri07.out reluri08.out reluri09.out reluri01.out

dmarston    00/12/17 14:18:52

  Added:       test/tests/conf-gold/reluri reluri10.out reluri02.out
                        reluri03.out reluri04.out reluri05.out reluri06.out
                        reluri07.out reluri08.out reluri09.out reluri01.out
  Log:
  Copy of tests in Lotus/IBM repository
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/tests/conf-gold/reluri/reluri10.out
  
  Index: reluri10.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
  <body>Watching the game, having a bud</body>
  </out>
  
  
  
  1.1                  xml-xalan/test/tests/conf-gold/reluri/reluri02.out
  
  Index: reluri02.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
  Case of: import, import, include, import
    importing level1_import2.xsl
    
  		 
    From stylesheet level1_import2.xsl: Text of one-tag
    importing level2_include1.xsl
  
  		 
    From stylesheet level2_include1.xsl: Text of two-tag
    Including level3_import1.xsl
  
  		 
    From  stylesheet level3_import1.xsl: Text of three-tag
    importing final_imported.xsl
  
  		 
    From stylesheet final_imported.xsl: Text of four-tag
  </out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/reluri/reluri03.out
  
  Index: reluri03.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
  Case of: import, include, import, import
    importing level1_include1.xsl
    
  		 
    From stylesheet level1_include1.xsl: Text of one-tag
    Including level2_import2.xsl 
  
  		 
    From stylesheet level2_import2.xsl: Text of two-tag
    importing level3_import1.xsl
  
  		 
    From  stylesheet level3_import1.xsl: Text of three-tag
    importing final_imported.xsl
  
  		 
    From stylesheet final_imported.xsl: Text of four-tag
  </out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/reluri/reluri04.out
  
  Index: reluri04.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
  Case of: import, include, include, import
    importing level1_include2.xsl
    
  		 
    From stylesheet level1_include2.xsl: Text of one-tag
    Including level2_include2.xsl
  
  		 
    From stylesheet level2_include2.xsl: Text of two-tag
    Including level3_import1.xsl
  
  		 
    From  stylesheet level3_import1.xsl: Text of three-tag
    importing final_imported.xsl
  
  		 
    From stylesheet final_imported.xsl: Text of four-tag
  </out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/reluri/reluri05.out
  
  Index: reluri05.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
  Case of: include, import, import, include
    Including level1_import3.xsl
    
  		 
    From stylesheet level1_import3.xsl: Text of one-tag
    importing level2_import3.xsl
  
  		 
    From stylesheet level2_import3.xsl: Text of two-tag
    importing level3_include1.xsl
  
  		 
    From stylesheet level3_include1.xsl: Text of three-tag
    Including final_included.xsl
  
  		 
    From stylesheet final_included.xsl: Text of four-tag
  </out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/reluri/reluri06.out
  
  Index: reluri06.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
  Case of: include, import, include, include
    Including level1_import4.xsl
    
  		 
    From stylesheet level1_import4.xsl: Text of one-tag
    importing level2_include3.xsl
  
  		 
    From stylesheet level2_include3.xsl: Text of two-tag
    Including level3_include1.xsl
  
  		 
    From stylesheet level3_include1.xsl: Text of three-tag
    Including final_included.xsl
  
  		 
    From stylesheet final_included.xsl: Text of four-tag
  </out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/reluri/reluri07.out
  
  Index: reluri07.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
  Case of: include, include, import, include
    Including level1_include3.xsl
    
  		 
    From stylesheet level1_include3.xsl: Text of one-tag
    Including level2_import4.xsl
  
  		 
    From stylesheet level2_import4.xsl: Text of two-tag
    importing level3_include1.xsl
  
  		 
    From stylesheet level3_include1.xsl: Text of three-tag
    Including final_included.xsl
  
  		 
    From stylesheet final_included.xsl: Text of four-tag
  </out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/reluri/reluri08.out
  
  Index: reluri08.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
  Case of: include, include, include, include
    Including level1_include4.xsl
    
  		 
    From stylesheet level1_include4.xsl: Text of one-tag
    Including level2_include4.xsl
  
  		 
    From stylesheet level2_include4.xsl: Text of two-tag
    Including level3_include1.xsl
  
  		 
    From stylesheet level3_include1.xsl: Text of three-tag
    Including final_included.xsl
  
  		 
    From stylesheet final_included.xsl: Text of four-tag
  </out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/reluri/reluri09.out
  
  Index: reluri09.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <out>
  <first>
  	<body>Watching the game, having a bud</body>
  </first>
  </out>
  
  
  
  1.1                  xml-xalan/test/tests/conf-gold/reluri/reluri01.out
  
  Index: reluri01.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
  Case of: import, import, import import
    importing level1_import1.xsl
    
  		 
    From stylesheet level1_import1.xsl: Text of one-tag
    importing level2_import1.xsl
  
  		 
    From stylesheet level2_import1.xsl: Text of two-tag
    importing level3_import1.xsl
  
  		 
    From  stylesheet level3_import1.xsl: Text of three-tag
    importing final_imported.xsl
  
  		 
    From stylesheet final_imported.xsl: Text of four-tag
  </out>