Really *any* whitespace?
There are only whitespaces left in attribute values (which you can remove
too) and where they are necessary because of XML well-formedness. But I
think, you don't mean *any*, so remove the translate().
Regards,
Joerg
Daniel Meier wrote:
> hi t
> From: Daniel Meier [mailto:[EMAIL PROTECTED]]
>
> hi there
>
> is there a simple solution to transform an xml-file to a new
> one without any
> whitespace?
If you mean any *ignorable* whitespace then use this in your stylesheet:
http://www.w3.org/1999/XSL/Transform";
>
...
Konsta