My xml contains two cases
Case 1:
<section>
<title>Order Sections</title>
<para>This function describes. </para>
</section>
Case 2:
<section>
Band mode is Order
<p outputclass="termtesttext">In this case a fixed order bandwidth.</p>
</section>
I want the output to be:
Case 1:
<division>
<title>Order Sections</title>
<para>This function describes. </para>
</division>
Case 2:
<division>
<title>Band mode is Order</title>
<para>In this case a fixed order bandwidth.</para>
</division>
I have used identity transform in the beginning to copy everything.