http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2620 *** shadow/2620 Fri Jul 13 10:20:45 2001 --- shadow/2620.tmp.5967 Fri Jul 13 10:20:45 2001 *************** *** 0 **** --- 1,24 ---- + +============================================================================+ + | xsltc fails conf test idkey07 not returning empty string for empty node | + +----------------------------------------------------------------------------+ + | Bug #: 2620 Product: XalanJ2 | + | Status: NEW Version: 2.0.1 | + | Resolution: Platform: All | + | Severity: Normal OS/Version: All | + | Priority: Other Component: org.apache.xalan.xsltc | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + The following instruction should generate an empty string, since there is no + node "d" in the XML source. + + <xsl:value-of select="generate-id(d)"/><xsl:text>,</xsl:text> + + XSLTC incorrectly outputs the string + + N0
