Can we able to map Attribute values to dynamic HTML content (string variable)?

0
I am getting one html string variable dynamically and I need to change the values of each tag in the HTML content.
asked
1 answers
0

There is no quick fix for this. You’ll need to perform find and replace string manipulations to change the tag values. Should be doable if the tags are known in the dynamic content.

answered