You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by cu...@apache.org on 2001/02/01 01:32:12 UTC

cvs commit: xml-xalan/test/tests/conf-gold/ver ver05.out ver06.out ver07.out

curcuru     01/01/31 16:32:11

  Added:       test/tests/conf-gold/ver ver05.out ver06.out ver07.out
  Log:
  New gold files for xsl:version 1.1, 1.2, 2.0
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/tests/conf-gold/ver/ver05.out
  
  Index: ver05.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>xsl:choose when test="system-property('xsl:version') &gt;= 1.1"<choose>Hey! 1.1 features are not supported!</choose></out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/ver/ver06.out
  
  Index: ver06.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>xsl:choose when test="system-property('xsl:version') &gt;= 1.2"<choose>Hey! 1.2 features are not supported!</choose></out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/ver/ver07.out
  
  Index: ver07.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>xsl:choose when test="system-property('xsl:version') &gt;= 2.0"<choose>Hey! 2.0 features are not supported!</choose></out>