|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] MSXML3 bug - xsl:variable wit, MURAKAMI Shinyu | Thread | [xsl] URL rewriting of links on xsl, Kevin Duffey |
| [xsl] Re: multilingual web site, skhurshid | Date | RE: [xsl] xbind:module == xsl:scrip, DPawson |
| Month |