curcuru     02/02/11 06:20:42

  Added:       test/tests/bugzilla BugzillaNNNN.xml BugzillaNNNN.xsl
  Log:
  Sample files for users to reproduce Bugzilla cases
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/tests/bugzilla/BugzillaNNNN.xml
  
  Index: BugzillaNNNN.xml
  ===================================================================
  <?xml version="1.0"?> 
  <!-- Use this to reproduce stylesheet bugs; just change NNNN to be the bug 
number -->
  <doc>
    <list>
      <item>one</item>
      <item>two</item>
      <item>three</item>
    </list>  
  </doc>
  
  
  
  1.1                  xml-xalan/test/tests/bugzilla/BugzillaNNNN.xsl
  
  Index: BugzillaNNNN.xsl
  ===================================================================
  <xsl:stylesheet 
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
    version="1.0" >
  
  <!-- Use this to reproduce stylesheet bugs; just change NNNN to be the bug 
number -->
  <xsl:template match="/">
    <out>
      <title>
        <xsl:text>Reproducing Bugzilla#NNNN: oops!</xsl:text>
      </title>    
      <xsl:apply-templates />
    </out>
  </xsl:template>
  
   
  </xsl:stylesheet>
  
  
  

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

Reply via email to