You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Volkm@r" <pl...@arcor.de> on 2004/06/16 15:18:37 UTC

How to avoid »xml:space="preserve"«

How can I make XML serializer _not_ to put attribute 
»xml:space="preserve"« into some elements like "pre" or "style"?

What I get is:
      <pre xml:space="preserve">   hello    </pre>

But I want to get:
      <pre>   hello    </pre>

-- 
Volkmar W. Pogatzki


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org