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]

replacing "." with ","


hi everybody:
I should replace the "." caracter with "," in a simple xml like this

<num>
  <var>-12.17</var>
  <var>0.58</var>
  <var>-1.17</var>
  <var>0.0</var>
  <var>2.35</var>
  <var>3.11</var>
  <var>-21.17</var>
  <var>-10.17</var>
</num>

this is what I need (html):

-12,17
0,58
-1,17
0,0
2,35
3,11
-21,17
-10,17

any suggestion?
thanks in advance

Aniceto Lopez



 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]