Hello, I tried searches for this but they all came back with info about using a wildcard to match a node in a path but nothing about matching a test value.
If I have the node Player with an attribute Name how can I find all of the players whose name starts with "J"? I have tried //[EMAIL PROTECTED]"J*"] but XMLSpy's XPath evaluator did not seem to like that. Should that work or is there another way? ( I could find //[EMAIL PROTECTED]"Jon"], //[EMAIL PROTECTED]"Jonny"], or //[EMAIL PROTECTED]"Jonn"] with no problem: Just not all of them with a single search.) Thank you