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]
Other format: [Raw text]

RE:


You can't use both " and ' within an XML attribute value. Use " or
'

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of
> Jean.Ossmann@zas.admin.ch
> Sent: 20 February 2002 09:52
> To: XSL-List@lists.mulberrytech.com
> 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


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