[xsl] RE:

Subject: [xsl] RE:
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Wed, 20 Feb 2002 11:20:08 -0000
You can't use both " and ' within an XML attribute value. Use &quot; or
&apos;

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of
> Jean.Ossmann@xxxxxxxxxxxx
> Sent: 20 February 2002 09:52
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject:
>
>
> Hello, I have a problem with decimal-format : when I try the following
>
> <xsl:decimal-format name="my_fmt"  grouping-separator="'" />
> format-number(1234.5, "#'##0,00", 'my_fmt') => "1'234,5"
>
> I get with MS IE v5.5 the error message
>
>
>  Required white space was missing. Error
>  processing resource
>  'file:///C:/Acor_dev/clips/f_calcul.xsl'.
>  Line 1874, Position 45
>
>
>      <xsl:value-of select="format-number(.,
>  "###'###'###", 'acor_fmt')"/>
>  ------------------------------------------
>  --^
>
>
>
>
>
>
>
>
>
> Thanks in advance
>
> J. Ossmann
> Swiss Social Security
> Geneva Switzerland
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


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


Current Thread