xsl key not passing through variables
问题 I've got the following xml: <section> <templateId root="2.16.840.1.113883.10.20.22.2.4" /> <text> <list listType="ordered"> <item>9/18/2013 - Weight - 125 lbs</item> <item>9/18/2013 - Blood Pressure - 120/80 mm Hg</item> <item>9/18/2013 - BMI - 19 98</item> </list> </text> </section> I need to have the html output appear as the following: <table> <tr> <td>9/18/2013</td> <td>Blood Pressure - 120/80</td> <td>Weight - 125lbs</td> <td>BMI - 19</td> </tr> </table> I have the following key set up