On Sun, 2020-04-05 at 22:21 +0000, Peter Villadsen wrote:
Hello
I was doing some experiments and I ended up with this:
let $c := <Class Source='{ttt'></Class>
This is an error because the braces surround expresions: <Class Source='{ concat("t", "ttt") }'> would work.
Similarly you can write <boy>{ concat('dirt', 'noise') }</boy> of course.
Liam