shabbir4it
New Member
How can one insert the 'XML Base' attribute/namespace (http://en.wikipedia.org/wiki/XML_Base) into the root of an XElement or XDocument?\[code\]<feed xml:base="someurl.com">...</feed>\[/code\]And, do that without messing up the whole XElement (e.g. by it trying to insert the same everywhere else or some related crazy side effect).