Hi Marin,
-----------------------------
What are the rules, to move all elements p class="ListParagraph" to the
end of the container div element?
---------------------------------
Rules: Yes. Footnote <sup>2</sup> content along with <p list> to end
of </div> move to body where <sup>2</sup> is coming. it should not
impact other p class="ListParagraph"
On Tue, Apr 23, 2024 at 1:57b/PM Byomokesh Sahoo <sahoo.byomokesh@xxxxxxxxx>
wrote:
> Hi,
>
> I am getting stuck where the list item comes in any footnote label.
> Find the below XML and desired Output.
>
> XML
>
> <div id="1">
> <p class="BodyText">Afresh is<sup>1</sup> of the would be<sup>2</sup>.</p>
> <p class="ListParagraph">1. List Here</p>
> <p><sup>1</sup> 2 SCC 356</p>
> <p><sup>2</sup>Test Here</p>
> <p class="ListParagraph">List ietm 1 Text Here</p>
> <p class="ListParagraph">List Item 2 Text Here</p>
> </div>
>
>
> OutPut Required:
>
> <div id="1">
> <p class="BodyText">Afresh is<sup>1</sup><p><sup>1</sup> 2 SCC 356</p> of
> the would be<sup>2</sup><p><sup>5</sup>Test Here</p>
> <p class="ListParagraph">List ietm 1 Text Here</p>
> <p class="ListParagraph">List Item 2 Text Here</p>.</p>
> <p class="ListParagraph">1. List Here</p>
> </div>
>
> Thanks
|