You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/05/15 18:33:06 UTC

[Bug 1754] New - broken

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1754

*** shadow/1754	Tue May 15 09:33:06 2001
--- shadow/1754.tmp.27749	Tue May 15 09:33:06 2001
***************
*** 0 ****
--- 1,32 ----
+ +============================================================================+
+ | <xsl:with-param select="'&#xA;'" name="indent"/> broken                    |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 1754                        Product: XalanJ2                 |
+ |       Status: NEW                         Version: 2.0.1                   |
+ |   Resolution:                            Platform: Sun                     |
+ |     Severity: Normal                   OS/Version: Solaris                 |
+ |     Priority:                           Component: Xalan                   |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xalan-dev@xml.apache.org                                     |
+ |  Reported By: yap_noel@yahoo.com                                           |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ <xsl:template match="/">
+   <xsl:apply-templates>
+     <xsl:with-param select="'&#xA;'" name="indent"/>
+   </xsl:apply-templates>
+ </xsl:template>
+ 
+ doesn't work as expected while:
+ <xsl:template match="/">
+   <xsl:apply-templates>
+     <xsl:with-param select="'+&#xA;'" name="indent"/>
+   </xsl:apply-templates>
+ </xsl:template>
+ 
+ does.
+ 
+ Both snippets work as expected in xalan-j-1.2.2.