Skip to content

Version 0.2.9

Compare
Choose a tag to compare
@CameronWills CameronWills released this 07 Jan 10:18
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.