Specific order for XSL Template output
问题 I've got the following xml file: <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> <item>9/11/2013 - Weight - 125 lbs</item> <item>9/11/2013 - Blood Pressure - 120/80 mm Hg</item> <item>9/11/2013 - BMI - 19 98</item> <item>9/11/2013 - Pulse - 32</item> </list> </text> </section> I have the following xsl template