You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<xsl:sequenceselect=" let $name := 'a' return let $id := 'b' return map { $id: $name }"/>
In fact, several errors are reported here:
XPath: Undeclared prefix in name: '$id:'
XPath: Expression context - unexpected token here: $name
XPath: The variable/parameter: $id: cannot be resolved here, but it may be defined in an external module.
Notice that: map { $id : $name } works as expected.