Is it possible to get the inner XML data of an element in any way? (Similar to Javascript's inner HTML)
For example: <a>Lorem <b Ipsum="dolor">sit</b>amet</a>
Inner XML for <a> would return Lorem <b Ipsum="dolor">sit</b>amet. Inner XML for <b> would return sit.
Thanks in advance,
LIJI
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to get the inner XML data of an element in any way? (Similar to Javascript's inner HTML)
For example: <a>Lorem <b Ipsum="dolor">sit</b>amet</a>
Inner XML for <a> would return Lorem <b Ipsum="dolor">sit</b>amet. Inner XML for <b> would return sit.
Thanks in advance,
LIJI