[Mono-bugs] [Bug 466423] XDocument fails to Save() / Store the name-space prefixes of documents loaded with XDocument.Load()

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jan 15 09:41:07 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=466423

User dans at houmus.org added comment
https://bugzilla.novell.com/show_bug.cgi?id=466423#c1





--- Comment #1 from Dan Shechter <dans at houmus.org>  2009-01-15 07:41:07 MST ---
csharp -reference:System.Xml.Linq
csharp> using System.Xml.Linq;
csharp> var x = XDocument.Load("zzz.xml");
csharp> x.Save("xxx.xml");
csharp>

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list