CourseOrchestra / xylophone

Excel reports generating library

Home Page:https://courseorchestra.github.io/xylophone/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add informative error messages for invalid descriptors

inponomarev opened this issue · comments

As shown in documentation,

  • inside element tag only output or iteration are allowed,
  • inside iteration tag only element tags are allowed.

If we have something like <iteration><iteration> or <element><element>, no informative error is shown to user, but descriptor parsing may fail.

fixed in #21