[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: entities in decimal-format/format-number
It outputs something weird, like "21031 o?=o?=036 026". Probably, unsupported characters or kind of that. On 20 April 2010 18:15, Michael Kay <mike@xxxxxxxxxxxx> wrote: > > When you say that something doesn't work, you need to say how it fails. > Error message? Wrong results? > > Regards, > > Michael Kay > http://www.saxonica.com/ > http://twitter.com/michaelhkay > >> -----Original Message----- >> From: jack.vosmerkin@xxxxxxxxx >> [mailto:jack.vosmerkin@xxxxxxxxx] On Behalf Of ?????? ?????????? >> Sent: 20 April 2010 15:08 >> To: xsl-list >> Subject: entities in decimal-format/format-number >> >> Hi, >> >> I have a problem with formatting numbers in xslt1 (libxslt). >> >> I'm trying to use custom grouping separator. And sometimes it works. >> <xsl:decimal-format name="foo" grouping-separator=" "/> ... >> <xsl:value-of select="format-number(21031036025.8, >> '# ###','foo')"/> >> >> But when I use some other entities, it doesn't: >> <xsl:decimal-format name="foo" grouping-separator=" "/> ... >> <xsl:value-of select="format-number(21031036025.8, >> '# ###','foo')"/> >> (8201 is thin space) >> >> And I can't figure out why it doesn't sometimes. >> Thanks in advance for any help. >> >> Mike.
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|