magicxml
magicxml copied to clipboard
Simple, cross-browser JavaScript XSLT plugin
Great library! Can you please add the support for files that don't have the default `.xml` extension?
several fixes: - Parsing string (introduced in #4) does not work with InternetExplorer for `data-xsl` - DOM differs - Remove `XMLHTTP` since the other part does not support IE7 and...
This allow multiple on blocking asynchronous calls of MagicXML.
Hi I was using TinyWeb for some reason this returns an xml file as application/xml rather than text/xml This means response.xhr is null So I made a little mod whereby...