Can I use XML::Parser to read xml file instead of XML::DOM/SAX???

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bhavanirayala
    New Member
    • Jul 2007
    • 25

    Can I use XML::Parser to read xml file instead of XML::DOM/SAX???

    Hello All,

    I have XML::Parser ,installed in my server.I cant install any other modules.
    So I need to use only XML::Parser.
    Is it possible to read xml file by tag by tag using XML::Parser?

    If Yes, please share any code if you have..

    Thanks in advance.
  • rellaboyina
    New Member
    • Jan 2007
    • 55

    #2
    You can use XML::Parser to read the XML file tag by tag. I think that it's easy to user XML::Simple comapred to all the other XML parsing modules. Even you can use XML::Twig too.

    Comment

    • bhavanirayala
      New Member
      • Jul 2007
      • 25

      #3
      Hello Everybody,

      Can anyone send examples to read xml data by tag by tag using XML::Parser.

      Thanks in advance.

      Comment

      Working...