XSLT 2.0 web processor for filtering XML



I'm implementing a webapp where the user can upload an XML File and after a XSLT Transformation (the file is on the server) one should be able to download the filtered XML File. I want the transformation to be on the client side.


Is there an XSLT 2.0 Processor for java script or jquery which can write the result tree into a new xml document? I googled a lot and I read a lot about the Saxon-CE processor. Is it possible to transform an XML file to an output XML file with this or are there better solutions?


I have to use XSLT 2.0 so I'm a bit afraid of the browser support.


I would be happy if anyone could give me a short recommondation for this issue.


No comments:

Post a Comment