I'm rebuilding a driver - and it parses some html - I first tried to pump it out to a file til I remembered HE doesn't let you write files this way - so I stored it to a state variable but it gets parsed by the browser. How can I 'escape' it (I use that loosely, I'd rather not have to look at a long string of ampersands and stuff) so I can read the text? Any other simple way? I'm coming from an android emulator so its not easy to dig into it on the endpoint side.