Making SelectNodes etc. check the IgnoreCase property
Brought to you by:
tpsfadmin
Hi.
I have realised that the IgnoreCase property of the XML Object Model does not apply to XPath expressions where the contents of attributes are compared.
I would prefer that, so a XPath expression like:
//Materials/Material[@Id="A1000"]
would return the same result as
//Materials/Material[@Id="a1000"]
Regards,
Mikkel Andersen