A Web page to write XSLT with following features :
-
Text color scheme
-
Auto complete for available XSLT tags
-
Quick switching tabs
-
Quick preview of result
-
Auto saving with local storage
var xsltParser = new XSLTParser(xmlString, xsltString);
var htmlResult = xsltParser.htmlString();
<xsl:apply-templates />
<xsl:for-each />
<xsl:sort />
<xsl:value-of />
<xsl:template />