this my xpath
//dns:tbody//dns:td[1][@rowspan="1"]/text()
I want to find a solution how can make the attribute rowspan @rowspan=" only number "
accept just number
I'm looking for solution regular expression in XPath 1.0
Regexp =^[0-9]*$
my problem I don't know how to integrate the regex with XPath1.0 or any other solution