I’d like to import an XML file with multiple hyperlinks contained within one node.
EX:
<node>Click <a href=“oneURL”>here</a> or <a href=“anotherURL”>here</a>.</node>
I’m having trouble figuring this out. Is it possible? Any help would be greatly appreciated.