by David | Apr 7, 2021 | Development
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...
by David | Jun 11, 2011 | Development
Ever tried to put together a neat little XML document with the XDocument -class? Its quite nice but when not working together with IO (in other words, not actually writing the XML to disk) you´re sure to experience the BOM. BOM is an abbreviation for Byte Order Mark,...