I've solved my problem by myself. It was because of wrong spelling here: <maxItems>100</maxItems> Should be: <maxitems>100</maxitems> (with 'i' instead of 'I'). This parameter was omitted and 'maxitems' was set to default '1', which builds only one list. Was hard to find, but finally, it works, as it should :)