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 there
> 
> is there a simple solution to transform an xml-file to a new one without any
> whitespace?
> 
> kind regards
> 
> daniel

-- 

System Development
VIRBUS AG
Fon  +49(0)341-979-7419
Fax  +49(0)341-979-7409
[EMAIL PROTECTED]
www.virbus.de


-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




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";
>
  

...
  


Konstantin

> 
> kind regards
> 
> daniel
> 
> 
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. 
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
> 

-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




newbie: delete whitespace

2002-07-17 Thread Daniel Meier

hi there

is there a simple solution to transform an xml-file to a new one without any
whitespace?

kind regards

daniel


-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>