Struggling with XSLT processing of nested elements
问题 I am trying to process some XML that has nested elements into HTML where each processed element is within tags so that I can show and hide divs using JavaScript based on the user pressing a Next link. I am having problems because the tag for the parent is being placed after the for the 2 children. This is causing an issue because I cannot hide the parent to show the children. here is the XML snippet I am starting with: <mainProcedure> <proceduralStep id="pstp1"> <para>Some text to display 1<