On 02/25/2015 01:40 PM, Steve Lawrence wrote:
> FYI, I noticed a handful of places in the specification that have
> dfdl:choiceChoiceBranchKey (with choice repeated twice).
>
> - Steve
>
Also, I noticed there seems to be an inconsistencty in whether or not
choiceDispatchKey and choiceBranchKey are case insensitive or not.
choiceDispatchKey says:
The resultant string must match the dfdl:choiceBranchKey property value
of one of the branches of the choice. This match is case sensitive.
choiceBranchKey says:
When the dfdl:choiceDispatchKey expression evaluates to a string
matching this property's value, the choice is discriminated to this
branch. The match is case insensitive.
So choiceDispatch says the match is case sensitive, choiceBranch says
the match is case insensitive.