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

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 :)

Replies are listed 'Best First'.
Re^4: XPath to XML ( XML::XPathToXML )
by tosaiju (Acolyte) on May 20, 2013 at 09:09 UTC
    That looks good. Let me play with this now.
    Thanks a lot.