I have a HTML page which loads via AJAX a piece of XML.
Is there a way to apply XSLT (preferably on the client side) to this piece of XML to style it?
upon further research:
http://johannburkard.de/software/xsltjs/ (this one I currently work with)
http://www.jongma.org/webtools/jquery/xslt/ etc...