I am taking the results of a XamlWriter and using the parse method to read it into an XDocument. When the xml is parsed it adds spaces between tags. BEFORE: Here is some text AFTER PARSE Here is some text I have tried playing with the LoadOptions during the parse but nothing seems to stop the addition of the spaces. Any ideas? Aaron
Read More...