Laut
XML-Standard werden führende und anhängende Leerzeichen innerhalb eines Attributes entfernt:
http://www.w3.org/TR/REC-xml/#AVNormalize
Zitat von
w3.org:
If the attribute type is not CDATA, then the
XML processor MUST further process the normalized attribute value by discarding any leading and trailing space (#x20) characters
Du könntest jetzt anfangen rumzutricksen und den Attribut Typ auf CDATA setzen, aber ich würde es nicht tun.
Wenn du die Leerzeichen brauchst, dann ist es kein Attribut sondern ein Element.