Search attribute value in XML file
问题 I need to search strings in an XML file that contains a unique string <CSVName Value="standard.csv" /> This value changes between "standard.csv" and "non-standard.csv". I am using VBScript to search "standard.csv" or "non-standard.csv". If it matches "standard.csv" it will echo me "This is standard", if it matches "non-standard.csv" it will echo me "This is non-stanadard". This is part of my HTA for this function when clicking a button, I dont know how to make pattern of reg exp for matching