ricksbrown / xslmin

An XSLT minifier
4 stars 0 forks source link

Minification does not work correctly when used on files that use import or include #2

Open ricksbrown opened 10 years ago

ricksbrown commented 10 years ago

From here: https://code.google.com/p/xslmin/issues/detail?id=6

Reported by fouvry, Nov 8, 2012 In a style sheet like the following

`<?xml version="1.0" encoding="UTF-8"?>

` the variable name will be renamed (or removed). That is only permissible when standard.xsl does not use that variable. The same for templates. Dec 13, 2012 Delete comment Project Member #1 ricksbrown73 Thanks for reporting this. I'm caught up on another project at the moment. It should be possible to rename variables and templates in included xslts as long as they can be found on the filesystem. Imported ones too, I haven't thought about that as much. Status: Started Owner: ricksbrown73 May 24, 2013 Delete comment #2 csavitapatil any updates on this issue ?
ricksbrown commented 10 years ago

The update is I have had a good think about this and worked out how to do it (in theory).

Also, it is my number one priority on this project.