I tried using single quotes. Does not work. [EMAIL PROTECTED]""] retreives all the sku nodes
But value checking does not work.
At 01:53 PM 9/26/2003 -0400, you wrote:
1) ([EMAIL PROTECTED]"101"] is not a valid XPath
2) If running from MSDOS command line, quoting is problematic.
Try, for instance, using single quotes instead of double for literal values (e.g. '101' instead of "101")
and try enclosing the entire expression in double quotes (e.g. "//[EMAIL PROTECTED]'101'] ").
-Terry
Shilpa R. Kelkar wrote:
Hello..
I am using Xindice command line tool.
I tried the Xpath query on url http://www-106.ibm.com/developerworks/opensource/library/wa-xindice.html for querying a document ([EMAIL PROTECTED]"101"].
I followed all the steps given on the page. It does not give me any results but just returns to the prompt.
Any help is appreciated. Shilpa