This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: MSXML3 bug - xsl:variable with xsl:number


Shinyu,

You wrote:
> I'm using MSXML3 and I found a problem:
> xsl:number preceded by a text is ignored when set to xsl:variable.

I've repro'd and confirmed the bug you report.  It should be fixed in an
upcoming maintenance release.  Until then, you can work around this bug
by adding an empty <xsl:text/> instruction just before the
<xsl:number/>:

  <xsl:variable name="num">
    No.<xsl:text/><xsl:number/>
  </xsl:variable>

Thanks for reporting this bug.

~Andy Kimball
MSXSL Dev

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]