Subject:XSL - find and replace?? Newbie needs help Author:asdf asdf Date:28 Oct 2006 05:13 AM
Man this stuff is so hard...
hi i have the following xml file and i need to covert each text node "control/part" into two colums/cells so that the first number ( only the first number in each node) is in the first column and the text is in the second, i understand that i need a find replace to add in a </td> <td> after the first number (ie. 5.6) but i cannot figure it out??
<control>
<part>
<table> <tr> <td> 5.6 first there was a great deal 34 of wagering over the new horse on the track </td> </tr> </table>
</part>
<part>
<table> <tr> <td> 7.6 second there was a great deal of wagering over the new horse on the track </td> </tr> </table>
</part>
<part>
<table> <tr> <td> 9.6 third there was a great deal of wagering over the new horse on the track </td> </tr> </table>
</part>
</control>