[XML Tools 2.4.9.2] Huge input lookup
-
I am experiencing an issue with this plugin on large files (~10Mo). When I try to validate it using “Plugins/XML Tools/Validate Now” or the pretty print using libXml, it shows me an error message saying :
“XML Parsing error at line 17: internal error: Huge input lookup”.It seems that this issues can be found online and have a workaround with calling parameters on libXml. While parsing the string, you should pass this flag to the function : LIBXML_PARSEHUGE.
-
i can confirm this (as a user) on notepad++ 7.6.3 x64, and xml tools 2.4.11
i also get alternating error messages on a ~23 million lines, ~700 mb test xml file when using
plugins > xml tools > validate now
(see screenshots below)if anyone needs huge public xml files for testing, i found some here:
http://aiweb.cs.washington.edu/research/projects/xmltk/xmldata/
the one at the screenshots is psd7003.xml (protein sequence database) -