in reply to Re: XPath to XML
in thread XPath to XML

something like as mentioned in below site
http://translet.sourceforge.net/
but this is in Java and the usage looks simple

Replies are listed 'Best First'.
Re^3: XPath to XML ( XML::XPathToXML )
by Anonymous Monk on May 20, 2013 at 08:22 UTC

    Well, that usage is much simpler than what you posted but hey, if http://translet.sourceforge.net/ works use it

    I vaguely recall seeing that before, writing (tree) like that before , and my code practically already does that :P

    update: [cpan://xpath xml ] [cpan://xpath parser ] -> XML::XPathToXML - Generates XML document from XPath expressions

    See, I knew xsh had it :)

      That looks good. Let me play with this now.
      Thanks a lot.