Quantcast
Browsing latest articles
Browse All 3 View Live

Answer by Sobrique for Trying to parse a XML file in perl using XML::Simple....

Please don't use XML::Simple. It lies - it's not Simple at all. I like XML::Twig as an alternative:use XML::Twig; print $_ -> text,"\n" for XML::Twig -> parsefile ('sample1.xml') ->...

View Article


Answer by 7stud for Trying to parse a XML file in perl using XML::Simple. But...

XML::SimpleSTATUS OF THIS MODULEThe use of this module in new code is discouraged.In particular, XML::LibXML is highly recommended and XML::Twig is an excellent...

View Article


Trying to parse a XML file in perl using XML::Simple. But i am not getting...

XML File :<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE companies><companies><company><ticker>IBN</ticker><title>ICICI Bank...

View Article
Browsing latest articles
Browse All 3 View Live