autoscout24
15 years agoContributor
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
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