Copy with XML

admin

Administrator
Staff member
Hi all.I have and XML file like the following:<?xml version='1.0' encoding='ISO-8859-1'?><doc><table><tr><td colspan='2'>14</td><td>17</td></tr><tr><td>35</td><td>78</td><td>56</td></tr></table><fld key='11' lbl='Hi'/><fld key='17' lbl='Hi'/><fld key='35' lbl='Hi'/><fld key='56' lbl='Hi'/><fld key='78' lbl='Hi'/></doc>and i need to copy <table> part as it is to output using XSL stylesheet.In theprocces of coping i will replace numbers between <td> tags with values from<fld> tags. Thequestion is - how to copy only <table>...</table> staff with all the attributes.any input is wellcome.Thanks,Vitaly Mikitchuk
 
Back
Top