We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/fr/orbeon/builder/edit/4da83f8626b0e8f3f29ae554780c060312e04d02
An empty sequence is not allowed as the value in 'cast as' expression
The only place we use this is in buttons-bar.xsl:
buttons-bar.xsl
<xf:var name="highlight-primary-opt" as="xs:boolean?" value="fr:component-param-value('highlight-primary') [. = ('true', 'false')] cast as xs:boolean?"/> <xf:var name="inverse-opt" as="xs:boolean?" value="fr:component-param-value('inverse') [. = ('true', 'false')] cast as xs:boolean?"/>
Although it could also be in dropdown-date.xbl.
dropdown-date.xbl
if ($r castable as xs:integer) then xs:integer($r) cast as xs:integer ...
However, if I change all of these, I still get the error!
In any case, this error seems incorrect, and this works on the JVM. Probably a bug in https://github.com/orbeon/saxon-xpath.
The text was updated successfully, but these errors were encountered:
Possible next steps:
cast as
saxon-xpath
Sorry, something went wrong.
ebruchez
No branches or pull requests
/fr/orbeon/builder/edit/4da83f8626b0e8f3f29ae554780c060312e04d02
The only place we use this is in
buttons-bar.xsl
:Although it could also be in
dropdown-date.xbl
.However, if I change all of these, I still get the error!
In any case, this error seems incorrect, and this works on the JVM. Probably a bug in https://github.com/orbeon/saxon-xpath.
The text was updated successfully, but these errors were encountered: