Although the documentation states:
"Character data is roughly all the non-markup contents of XML documents, [including whitespace] between tags. Note that the XML parser does not add or remove any whitespace, it is up to the application (you) to decide whether whitespace is significant."
in practice, I find that whitespace is getting stripped.
I am using the standard sax based parsing routines.
Any suggestions greatly appreciated