curcuru     01/05/17 17:20:12

  Added:       test/tests/bugzilla Bugzilla1009.xsl
  Log:
  Simplified reproduction of Bugzilla1009
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/tests/bugzilla/Bugzilla1009.xsl
  
  Index: Bugzilla1009.xsl
  ===================================================================
  <?xml version="1.0"?> 
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
  <!-- 
  Bugzilla1009: Malformed attribute expression lacks line/column information 
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1009
  [EMAIL PROTECTED] (Bevan Arps)
  -->
  
    <xsl:template match="doc">
      <out>
        <!-- Below line causes error due to unclosed '{', but:
                 error is not helpful either on cmd line or programmatically -->
        <link ref="{foo(bar)"></link>
        <out>
    </xsl:template>
       
  </xsl:stylesheet>
  
  
  

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

Reply via email to