Tag Xml

11 Jan 2009

DotDiff, my first open source project

I have written code for open source before, but this is my first full (small) project which I have released.Presenting, Pause for effect, DotDiff, (first day see's 12 downloads!)If you remember the sandbox compare tool I wrote way back last year, I h Read more
30 May 2008

Generate Xpath from the XmlNode

when programming with old school .net XPath, you may have a instance of a XmlNode/XmlElement, and require its ABSOLUTE path. well here is a possible solution:;Sample Xml;<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.c Read more