<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - bcmoney</title>
<link>http://snipplr.com/users/bcmoney/language/javascript/tags/tranformation</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 01:28:52 GMT</pubDate>
<item>
<title>(JavaScript) JS Transformer - Transformations from XML to any format, using XSLT via Javascript</title>
<link>http://snipplr.com/view/45491/js-transformer--transformations-from-xml-to-any-format-using-xslt-via-javascript/</link>
<description><![CDATA[ <p>KEEP IN MIND THE SAME-ORIGIN POLICY OF MOST BROWSERS... you'll probably have to use some server-side code to make this more useful, but on its own it will translate XML based on your prescribed XSLT.

It uses HTML, JavaScript and XSLT (optionally you could add some CSS to make it look even prettier) to render an XML file into HTML, JSON, CSV, or just about anything else you decide. Just feed in an XML file and XSL file as URL parameters.</p> ]]></description>
<pubDate>Thu, 09 Dec 2010 09:52:26 GMT</pubDate>
<guid>http://snipplr.com/view/45491/js-transformer--transformations-from-xml-to-any-format-using-xslt-via-javascript/</guid>
</item>
</channel>
</rss>