Re: newbie: delete whitespace

2002-07-17 Thread Joerg Heinicke
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

RE: newbie: delete whitespace

2002-07-17 Thread Piroumian Konstantin
> 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