Provide resource filter with max valid size
* Flatdb documents like `ZA4800_gesisCMM-ddi32.xml` may be too large to be splitted with the available implementations (Xerces, VTD-XML)
* To avoid `OutOfMemoryException`s too large files must not to be parsed
* Simplest way is to define a maximal valid size filter
issue