ricksbrown / xslmin

An XSLT minifier
4 stars 0 forks source link

Enhancement request: Removal of OxyGen doc namespace and similar #9

Open ghost opened 9 years ago

ghost commented 9 years ago

OxyGen publishes a schema for XSLT documentation which can be used to generate documentation for XSLT using OxyGen (or other tools - it's a schema after all). The XSLT documentation is useful but adds considerable bulk to any XSLT which uses it (sub-optimal for browser-based transform scenarios for example) so could be a candidate for being 'compressed' into oblivion.

Suggestion:

Option:

As an afterthought perhaps it would be better to accept an arg which defines a namespace (or list thereof) which could be 'safely' removed thereby putting a bit more control into the hands of the human running the compressor? This would not tie your fine and handy compressor to a particular documentation tool.