Forum Discussion

autoscout24's avatar
autoscout24
Contributor
15 years ago

New Wildcard

Hi everybody,

For the following situation we need a (new) wildcard for XPath assertions.
Most of the time the response of our webservice contains only one telephone number:

For example:
<a:phonenumbers>
<a:number>*</a:number>
</a:phonenumbers>

But sometimes there are more than one number.

For example:
<a:phonenumbers>
<a:number>*</a:number>
<a:number>*</a:number>
<a:number>*</a:number>
</a:phonenumbers>

Therefore we would ask you to add a new wildcard for xpath assertions which can handle the following:
<a:phonenumbers>*</a:phonenumbers>

Cheers,
Andreas
No RepliesBe the first to reply