in reply to Re^4: XML::LibXML - could not create file parser context : no error
in thread XML::LibXML - could not create file parser context : no error

If nothing is written to the file, it never changes. So why are you parsing it over and over again? I don't see the point in that but perhaps you can explain.

  • Comment on Re^5: XML::LibXML - could not create file parser context : no error

Replies are listed 'Best First'.
Re^6: XML::LibXML - could not create file parser context : no error
by rbala (Acolyte) on Nov 17, 2013 at 17:07 UTC
    Its actually a part of large framework with different API's each of them independently will have access to file at various stages. So , the file is parsed multiple times, though nothing is written to it. Regards, Bala.