Thursday, January 24, 2008 - Posts

Reparenting nodes in LINQ to XML

Someone mailed me the other day with a query as to how they can use LINQ to XML in order to change this XML file;<?xml version="1.0" encoding="utf-8" ?> <root> <x> <a/> <b/> </x> <c/> <d/> Read More

Filed Under: ,