-
Notifications
You must be signed in to change notification settings - Fork 223
Description
a)
I took "employee.xml" and made with copy&paste 65000 employees, then I created a lot of errors - Streetx instead of Street. "Test" instead of "Architect" ...
The "error list" , based on the XSD, gave me results only up to (xml-)line 5600, and with copy and paste I found that the error list contains 1001 lines. If that's intend I suggest to add a line like "List sopped on 1000 lines" or something else.
Edit:
b)
Another - or a similar? - topic:
I loaded a file with 1'000'000 lines and 42MB, the schema has 421 kb. I got this result

There are approx. 290 lines with errors, one of them are 550 characters long.
The last "correct" entry is for line 436528, then it changed to "full path" (for the same file) and all lines and columns are 0.
Maybe the load is too heavy for a 32bit software?