RE: [ITS-2.0-Testsuite] Typo (f322352)

Hi Jirka, Leroy, Fredrik, all,

To go back to this:

> - <its:param name="termInfoRefPointer">target</its:param>
> + <its:param name="termInfoRefPointer">@target</its:param>
>
> ... This is inappropriate use of parameters. If the goal is 
> to select attribute named target, then it should be
> target/its:param

I'm don't think we can pass XPath expressions by the parameters.
Or this needs to be handled in a special way.

Otherwise when we process termInfoRefPointer="$termInfoRefPointer" the value of the parameter does not get applied.
The resolver applies $termInfoRefPointer, but then is done and does not apply @target 9or whatever goes there).

or am I missing something?
-yves

Received on Thursday, 29 November 2012 19:29:07 UTC