An open API service indexing awesome lists of open source software.

https://github.com/neozhu/xslmappingtools

XmlDocument Mapping Tools
https://github.com/neozhu/xslmappingtools

Last synced: 7 months ago
JSON representation

XmlDocument Mapping Tools

Awesome Lists containing this project

README

          

# XSL Transformer - XSLT
This XSL Transformer (XSLT) let's you transform an XML file using an XSL (EXtensible Stylesheet Language) file. You can also chose your indentation level if the result is an XML file.

The XSL Transformer fully supports XML namespaces, but the declarations MUST be explicit and MUST be on the root XML element of both your XML file and your XSL file. See the XSLT Examples section for details.

*The maximum size limit for file upload is 2 megabytes. Results bigger than 1 megabyte will be written to a new window for performance reason and to prevent your browser from being unresponsive.

![image](http://images2015.cnblogs.com/blog/5997/201701/5997-20170112185234994-733491222.png)