Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: How to get paired values from the nested XML structure?

by vagabonding electron (Curate)
on Nov 01, 2011 at 15:25 UTC ( [id://935142]=note: print w/replies, xml ) Need Help??


in reply to Re: How to get paired values from the nested XML structure?
in thread How to get paired values from the nested XML structure?

Unfortunately XML::XSH2 seems not to be available for ActivePerl v.5.12.
  • Comment on Re^2: How to get paired values from the nested XML structure?

Replies are listed 'Best First'.
Re^3: How to get paired values from the nested XML structure?
by marto (Cardinal) on Nov 01, 2011 at 15:36 UTC
      I did.
      (...) Result: PASS PAJAS/XML-XSH2-2.1.3.tar.gz Tests succeeded but one dependency not OK (XML::LibXSLT) PAJAS/XML-XSH2-2.1.3.tar.gz [dependencies] -- NA Running make install make test had returned bad status, won't install without force
      I must admit that I am a novice in perl. Mostly I am able to modify the scripts but not to use another approach. I have some (microscopic) experience with XML::LibXML. Could the above task be done with this module?
      Thanks.
      VE

        This message:

        Tests succeeded but one dependency not OK (XML::LibXSLT)

        Is telling you that XML::LibXSLT (a dependency of XML::XSH2) isn't installed. You can either install this using cpan or alter the cpan configuration to follow fetch and install dependencies by:

        c:\cpan cpan> o conf prerequisites_policy follow cpan> o conf commit

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://935142]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-18 18:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found