Hi list.
I got a curious error in a workspace, which I needed to update.
I needed to update some schema references (from .../1/... to .../2/...) and thought that it was a good idea to create a private user text parameter, containing the "2" needing to be inserted.
However, this yielded a strange error when applied to the root expression in my XMLTemplater. Something like this: "... can not expand namespace prefix to URI"
Is it correct that XMLTemplater cannot use user parameters replacements ?
And if so, why not ?
Aren't these applied to whatever parameters a transformer may have, prior to its execution ?
Cheers.