X
Xuejun Li \(SH/RDC\)
Hi,
How do I select a value that starts with a certain prefix? For example I
want all <author> elements that contain a <last-name> element with a value
that begins with the letter Mi. Will this work? Or it will also match "Ni"?
author[last-name > "Mi"]
A more general question, how do a match against a regular expression?
Thanks
Li Xuejun
How do I select a value that starts with a certain prefix? For example I
want all <author> elements that contain a <last-name> element with a value
that begins with the letter Mi. Will this work? Or it will also match "Ni"?
author[last-name > "Mi"]
A more general question, how do a match against a regular expression?
Thanks
Li Xuejun