in reply to Re: Reaching Nodes Help with XML::XPath
in thread Reaching Nodes Help with XML::XPath

I have to use;
use XML::XPath; use XML::XPath::XMLParser;

Can it still be done?

Replies are listed 'Best First'.
Re^3: Reaching Nodes Help with XML::XPath
by ikegami (Patriarch) on May 12, 2010 at 19:39 UTC
    You tell me. I gave an XPath as requested.
      Is there any where you know I could find more information on how to use this technique //Info/Other[Type/text()="LN"]/Id on XML::Path?
      Thanks!

        Your request is unclear. It sounds like you're asking how to use an XPath with XML::XPath, but you've already have code that does just that.

        Or maybe you're asking for a tutorial on building XPaths. Sorry, I don't know of any. I just use the spec.