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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to