View Single Post
Old 11-14-2010, 11:34 PM   #3
armjorge
Junior Member
armjorge began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jul 2010
Device: HTC
Quote:
Originally Posted by wallcraft View Post
If your original re:test version worked, all you need do is add another re:test after an or:
Code:
//h:span[re:test(@class, "section-title-2", "i") or re:test(@class, "section-title-3", "i")]
Otherwise, try:
Code:
//*[@class = 'chapter-title']
//*[@class = 'chapter-title-1']
//*[@class = 'chapter-title-2' or @class = 'chapter-title-3']
Thank's a lot. I'm working in this right now.
armjorge is offline   Reply With Quote