ogs.com/0112098/
- Original Message -
From: "Vinu Murugesan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, December 21, 2002 6:54 PM
Subject: [dom4j-user] Parsing WSDL files using XPATH
> Hello all,
>
> I am trying to parse a WSDL file using XPATH. However
Hi,
But what is the document?
Mike
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of
> Vinu Murugesan
> Sent: Saturday 21 December 2002 18:55
> To: [EMAIL PROTECTED]
> Subject: [dom4j-user] Parsing WSDL files using XPATH
>
Hello all,
I am trying to parse a WSDL file using XPATH. However,
the result is always coming out with empty nodes. But
when I type in the same XPATH in XML-SPY's XPath
Evaluator, it works. Can anyone tell me what I'm doing
wrong?
Here is the query I am using:
//binding/operation/@name
By the w