dmarston    02/05/22 10:26:16

  Modified:    test/tests/conf/output/err outputerr13.xsl
  Log:
  Improve comments and messages
  
  Revision  Changes    Path
  1.3       +13 -13    xml-xalan/test/tests/conf/output/err/outputerr13.xsl
  
  Index: outputerr13.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/output/err/outputerr13.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- outputerr13.xsl   16 Feb 2001 19:27:36 -0000      1.2
  +++ outputerr13.xsl   22 May 2002 17:26:15 -0000      1.3
  @@ -1,23 +1,23 @@
   <?xml version="1.0"?> 
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
   
  -  <!-- FileName: outperr13 -->
  +  <!-- FileName: outputerr13 -->
     <!-- Document: http://www.w3.org/TR/xslt -->
     <!-- DocVersion: 19991116 -->
  -  <!-- Section: 7.3 Creating Processing Instructions. -->
  -  <!-- Purpose: Processing instruction content can't create nodes other then 
  -       text nodes. -->
  +  <!-- Section: 7.3 Creating Processing Instructions -->
  +  <!-- Purpose: Instructions that are content of xsl:processing-instruction can't 
create
  +      nodes other than text nodes. -->
     <!-- ExpectedException: Can not add xsl:element to xsl:processing-instruction -->
  -  <!-- ExpectedException: xsl:element is not allowed in this position in the 
stylesheet! -->
  +  <!-- ExpectedException: xsl:element is not allowed in this position in the 
stylesheet -->
   
   <xsl:template match="doc/tag">
  - <out>
  -   <xsl:processing-instruction name="mytag">
  -       <xsl:element name="trythis">
  -             <xsl:value-of select="."/>
  -       </xsl:element>
  -   </xsl:processing-instruction>
  - </out>
  +  <out>
  +    <xsl:processing-instruction name="mytag">
  +      <xsl:element name="trythis">
  +        <xsl:value-of select="."/>
  +      </xsl:element>
  +    </xsl:processing-instruction>
  +  </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to