easy XSLT question
Hello
I have an easy question for a XSL users. I have this xml
<text>You have to pay<amount>18 000</amount >dollars</text>
And I would like to transform it like this :
<data>You have to pay 18 000 dollars</data>
As you can see, it's not so hard :) but the tutorial I hve read, did not help me a lot.
Thank you
Seb
|