I have to parse an xml which has xml elements with attributes whose values can be multiline with spaces and line breaks.
I am parsing using minidom but the multiline attribute values which i am getting are not having line breaks.
How to get such values using minidom? If not minidom which other library supports such attributes?