Case insensitive xpath queries
I had an xpath query to test whether a node already exists in an xml document Unfortunately users were testing for values with different capitalisations so the program was reporting that the nodes didn’t exist when actually they did. I could have change the data in the xml file so that all data was stored Read more about Case insensitive xpath queries[…]