Functional programming, as the name implies, is about functions. While functions are part of just about every programming paradigm, including JavaScript, a functional programmer has unique ...
I have an XSLT I'm using to transform XML into various client side javascript functions. The problem I've run into is that a quotes and single quotes tend to break the client side javascript when they ...