in reply to XML PARSING of dynamic xml file to flat file

Hi,

I'm not pretty sure what you want to ask us?

Do you have some code, that doesn't work as you thought it should? Or do you want us to present a parsing solution for your problem?

My solution in pseudocode:

- initialize variable to '' - Look at xml whether corresponding xml tag is present - if yes, than take the value into your variable

Please be more specific.

Best regards
McA

Replies are listed 'Best First'.
Re^2: XML PARSING of dynamic xml file to flat file
by sandip (Initiate) on Aug 08, 2013 at 13:39 UTC

    am new to perl so if i get parsing solution it will be great help. what you said in pseudocode solution is my exact requirement.

      Look at the Super Search facility of perlmonks. You will find so much stuff about XML parsing.

      Have a look at XML::Twig as one of the top rated modules.

      Best regards
      McA