forked from kripken/xml.js
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
There seems to be a limit on the size of the XML that the tool can validate. The following error in thrown for a "large XML file":
RangeError [Error]: Invalid array length
I was able to reproduce the issue on an XML file that surpasses 134_217_724
bytes, or in hex, 0x7FFFFFC
. Seems like a weird limit though, but pretty sure this is not an xmllint
issue, as I'm able to validate the file via command line.
Is it possible to take a look at this issue?
Metadata
Metadata
Assignees
Labels
No labels