I didn’t see any means of getting URLs to appear in blocks of text easily. Is there a viable approach we should be using? Maybe some TextEditor class that loads/displays XML?
There’s currently no way of doing this in AttributedString. If you want to put a URL in some text then the HyperlinkButton class is the best way to do it.
Ed