in reply to Re^2: LibXML version
in thread LibXML version
"Im trying to Parse a XML file using the LibXML parser and got out of memory error for a 17 MB file. So I was trying for some other parser to load the file with less memory consumption."
In my experience when someone reports an out of memory problem it often related to their horribly inefficient code, rather than an existing library. Hopefully you have eliminated your code as being the root cause of the problem prior to your current line of investigation.
If you have yet to discover which version of libxml is installed I suggest you speak to your systems administrator, keeping in mind what Tux as told you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: LibXML version ( XML::LibXML::LIBXML_DOTTED_VERSION(), XML::LibXML::LIBXML_VERSION(), XML::LibXML::LIBXML_RUNTIME_VERSION(), $XML::LibXML::VERSION, )
by Anonymous Monk on Nov 26, 2013 at 12:06 UTC | |
|
Re^4: LibXML version
by sathya83aa (Acolyte) on Nov 28, 2013 at 12:48 UTC | |
by marto (Cardinal) on Nov 28, 2013 at 12:54 UTC | |
|
Re^4: LibXML version
by sathya83aa (Acolyte) on Nov 29, 2013 at 07:54 UTC |