I have a XML doc that is transformed to HTML but I want the result HTML to be as small as possible. So I must remove all white spaces and line endings. How can I do that?
10x
|
I have a XML doc that is transformed to HTML but I want the result HTML to be as small as possible. So I must remove all white spaces and line endings. How can I do that? 10x |
||||
|
|
|
Using
is a good idea. So is specifying the details of the output:
If the above still are not good enough, you can try altering the processing of
You can use just -Zachary |
|||
|
|
|
You should be able to use
|
|||
|
|
|
use
|
|||
|
|