eXist-db / templating

HTML Templating Library for eXist-db
GNU Lesser General Public License v2.1
5 stars 8 forks source link

Fix error with if-un/set & >1 same-name params #7

Closed joewiz closed 3 years ago

joewiz commented 3 years ago

The templates:if-parameter-set and templates:if-parameter-unset directives will raise an error if the selected parameter returns more than one value. This adds handling for multiple instances of a parameter.

See https://github.com/HistoryAtState/hsg-shell/issues/61.

joewiz commented 3 years ago

@wolfgangmm Would it be possible to merge this? It includes important fixes and contains tests that demonstrate the fixed behavior.

joewiz commented 3 years ago

@wolfgangmm Thank you!