Re: grouping-separaor => problems
Pascal Sartoretti <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Solpa |
| Message-ID | <[email protected]> |
Axel Hecht wrote: > Actually, you have to use the right group separator in the function > call, too. Thanks a lot, it now works. Although the error was in my code, I think that FireFox (or Transformiix?) could provide a more explicit error message. Should I report it in Bugzilla? > select="format-number(number,"###'###'###", > 'myFormat')"/> > > Note that I used entities to get around the quoting mess in the end ;-) Congratulations... But it is really hard to write/read/maintain. Bye the way, there is a strong resistance to XSLT in my company, mainly due to this kind of code. Thanks again Pascal