How can i get text content from HTML inside XML.
How can i get text content from HTML inside XML.
|
One answer
You will have to either find or write an HTML parser.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
I guess you would get the text node of the primaryText element. then treat that string as an html string and parse it approriately