Version 0.2.9
Bug fix for issue #4 Web.config files (and generally XML) are case-sensitive. But when building the XTree the element and attributes' names were being converted to lower case. These names were then being used to construct the XPath expression in transform attributes (InsertBefore, InsertAfter etc). I've removed the conversion to lower case and added tests for case sensitive comparison.