T
Timo Nentwig
Hi!
Seems that * cannot stand for non-existing nodes, i.e.
/html/*/title
will not match
<html>
<title>won't match</title>
</html>
Isn't it possible to write a xpath that will match the above as well as
<title> encapsulated in <head> (except exp1 | exp2 | expN)?
Regards,
Timo
Seems that * cannot stand for non-existing nodes, i.e.
/html/*/title
will not match
<html>
<title>won't match</title>
</html>
Isn't it possible to write a xpath that will match the above as well as
<title> encapsulated in <head> (except exp1 | exp2 | expN)?
Regards,
Timo