Dear all, I would like to preserve the spaces after deserialization.
I read that the substitution of newlines, tabs characters with spaces is part of the XML specification [1]. I would prefer not to use xml entities as it is suggested. I also read that the XML recommendation offers a way to keep these characters by using the special attribute xml:space="preserve". Unfortunately it seems that no available parser accept it. Is there one ? Any other idea by using converters may be ? Do I have to implement my own parser ? Any suggestion will be welcome. /Nicolas [1] http://xstream.codehaus.org/faq.html#XML_attribute_normalization [2] http://www.w3.org/TR/xml/#sec-white-space --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
