XML as HTML using XSLT with Javascript in 30 minutes

XML as HTML using XSLT with Javascript in 30 minutes

That’s a mouthful of a title indeed but I found today that the plain Javascript SDKs bundled with modern browsers are capable of a lot. To be specific, to take a file, parse it as XML then put it through an XSLT parser and spit out HTML. Why David, do you want...
Decoding html text to plain text in C#

Decoding html text to plain text in C#

I’ve found myself having to convert HTML to plain text a few times in a row now and thought I would post my very simple solution for it. It’s got a few caveats, for example, it won’t handle <pre> tags or margins on divs and such thing. Not even...