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 01:55:15 UTC

cvs commit: xml-xalan/test/tests/conf/attribvaltemplate/err attribvaltemplateerr01.xsl attribvaltemplateerr01.xml

dmarston    00/12/15 16:55:15

  Added:       test/tests/conf/attribvaltemplate/err
                        attribvaltemplateerr01.xsl
                        attribvaltemplateerr01.xml
  Log:
  Copy of tests in Lotus/IBM repository
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/tests/conf/attribvaltemplate/err/attribvaltemplateerr01.xsl
  
  Index: attribvaltemplateerr01.xsl
  ===================================================================
  <?xml version="1.0"?> 
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  
    <!-- FileName: avterr01 -->
    <!-- Document: http://www.w3.org/TR/xslt -->
    <!-- DocVersion: 19991116 -->
    <!-- Section: 7.6.2 -->
    <!-- Purpose: Test of nested curly braces. Not allowed. -->
    <!-- ExpectedException: XSL Warning: Found '}' but no attribute template open! -->
  
  <xsl:template match="doc">
    <out href="{{'all'}{'done'}}"/>
  </xsl:template>
  
  </xsl:stylesheet>
  
  
  1.1                  xml-xalan/test/tests/conf/attribvaltemplate/err/attribvaltemplateerr01.xml
  
  Index: attribvaltemplateerr01.xml
  ===================================================================
  <?xml version="1.0"?>
  <doc>
  </doc>