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

You tell me. I gave an XPath as requested.
  • Comment on Re^3: Reaching Nodes Help with XML::XPath

Replies are listed 'Best First'.
Re^4: Reaching Nodes Help with XML::XPath
by Anonymous Monk on May 13, 2010 at 12:14 UTC
    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.