Go back to list of previously asked questions and answers
Question: | In my XML document, some node attributes data contains a backslash (\) character, such as <input msg="Hello \n World"/>. When I try to locate such elements using the XPath expression "//input[@msg = 'Hello \n World']", it does not return any nodes. I am using MSXML 3.0. | Asked By: | Girish | Viewed: | 2870 | Answer: | With MSXML 3.0, for this expre |
Go back to list of previously asked questions and answers
|