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

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!

Replies are listed 'Best First'.
Re^5: Reaching Nodes Help with XML::XPath
by ikegami (Patriarch) on May 13, 2010 at 16:29 UTC

    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.