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

Subject: RE: [xsl] MSXML3 bug - xsl:variable with xsl:number
From: "Andrew Kimball" <akimball@xxxxxxxxxxxxx>
Date: Mon, 5 Mar 2001 12:14:54 -0800
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


Current Thread