dynamic xpath?

wxdqz

New Member
Is it possible to use partial text in an xpath expression for an unknown node?

for example, the nodes in an XML file could all be in the format of M#############

If I am certain of only say the first 7 digits, is it possible to combine the xpath with something like this?

["M94503"+*]
 
Back
Top