delving / sip-creator

The Delving SIP-Creator
sip-creator.delving.eu
9 stars 3 forks source link

Escape single quotes and restore former getValueNodes behavior #513

Closed kiivihal closed 2 years ago

kiivihal commented 2 years ago

Escape single quotes was required to support single quotes in provider names, e.g. "heemkundekring 'de oude schoenendoos'" would cause errors in the groovy script.

getValueNodes inside a groovyscript sholud traverse the whole tree to gather valuesnodes. This is a fix to revert previous behaviour.