cmarchand / gaulois-pipe

A XSLT pipelining solution
Mozilla Public License 2.0
9 stars 4 forks source link

Parameters name can not be QName #15

Closed cmarchand closed 7 years ago

cmarchand commented 7 years ago

There must have a way to define a parameter which is a qualified name, as XSLT parameters are QNames. More, parameter names are resolved against other parameters definitions. I can not imagine a XSLT or a Java Step where the parameter name is not known at compilation time ; so, parameter names shouldn't go through ConfigUtil.resolveEscapes().

Change the

resolveEscapes(parameterName, ...)

by

resolveQName(parameterName)
cmarchand commented 7 years ago

Solved in 1.01.08. We can use