DesignLiquido / xslt-processor

A JavaScript XSLT processor without native library dependencies
GNU Lesser General Public License v3.0
95 stars 30 forks source link

Great but encodes all output #42

Closed danpetitt closed 1 year ago

danpetitt commented 4 years ago

I use XSLT to convert XML to TSV but xslt-processor double-encodes all the tab entities; any chance we can have an option to stop this?

I dont want encoded data for web, that should be up to the consumer of the package really