Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: perl script to print xml data like this

by choroba (Cardinal)
on Oct 04, 2011 at 09:19 UTC ( [id://929476]=note: print w/replies, xml ) Need Help??


in reply to perl script to print xml data like this

As I wrote earlier, I usually use XML::XSH2 to handle XML. To get the desired output, the following lines are enough:
open EEC3_DTC_Specification_03.20.00_formal.xml; for //DTC/TroubleCode { echo :s 'trouble code: ' text() {"\n"} description: ; ls .. ; }

Replies are listed 'Best First'.
Re^2: perl script to print xml data like this
by veerubiji (Sexton) on Oct 04, 2011 at 09:28 UTC

    Hi choroba, thaks for your reply and I will try like your suggestion, because i dnt know that much about XML::XSH2.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-20 01:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found