Processing XML

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rellaboyina
    New Member
    • Jan 2007
    • 55

    Processing XML

    Can anybody help me out please.....

    I had an XML. It will consist of a number of similar type of tags and what I want to do is to process a certaing group of methods on each of these similar group of tags everytime.

    I tried it out with XML::Twig. But not able to get it as I am new to Perl.

    Can anybody help me out in this please.....

    Eg:
    <tsip:dataFeed= ....>
    <tsip><inventio n>.....</invention></tsip>
    <tsip><inventio n>.....</invention></tsip>
    <tsip><inventio n>.....</invention></tsip>
    </tsip:dataFeed>

    Now what I want to do is , to process each <tsip></tsip> element using some methods which are user-defined.
Working...