[xmljs-users] 'and' allowed in xpath expression?
Brought to you by:
djoham,
witchhunter
From: Yoshi C. <yc...@ne...> - 2005-11-07 23:21:08
|
Are operators like "and" , "or" allow in XPATH for <script>? =20 I want to do something like the following: =20 //tag[@attr1=3D"a" and @attr2=3D"b"] =20 Is this possible? =20 Thanks in advance |