Question
add parent tag particular range of xml elements
I my in design file having more than start and end tags.
I need to add parent tag for all start and end element is this script able
<Start>
<para>
<para>
<End>
I need to add root tag <sec> like this
<sec>
<Start>
<para>
<para>
<End>
<sec>