PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2969 *** shadow/2969 Thu Aug 2 08:52:59 2001 --- shadow/2969.tmp.11110 Thu Aug 2 08:52:59 2001 *************** *** 0 **** --- 1,43 ---- + +============================================================================+ + | Wrong adding %0D0A% before value that made as <xsl:value-of select="x"/> i | + +----------------------------------------------------------------------------+ + | Bug #: 2969 Product: XalanJ2 | + | Status: NEW Version: 2.0.0 | + | Resolution: Platform: Other | + | Severity: Normal OS/Version: Other | + | Priority: Other Component: org.apache.xalan | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Hi. + + In XSL-file that I send it with XML to XALAN 2 I use this part: + + <tr> + <td height="25" width="10%"> + <font color="#000000"> + <xsl:element name="a"> + <xsl:attribute name="href">/demoAppContext/demo? + inf_template=/customerListDemo.jsp&inf_current_template=customerListDemo.jsp + &inf_errorpage=/errorDemo.jsp&customers.customerId=<xsl:value-of + select="CustomerId"/>&customers.storeStage=remove&customers.store</xsl:a + ttribute> + Delete + </xsl:element> + </font> + </td> + + When I used XALAN 1 - it was OK. + Now when I put <xsl:value-of select="CustomerId"/> (for example CustomerId is + 777) into this attribute, the result is %0D0A%777 instead 777 (as it works + right using XALAN 1). %0D%0A - new line. Why it entered new line simbols before + 777? + + Please answer me to this email: [EMAIL PROTECTED] + Thanks. + Felix. \ No newline at end of file
