Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-incubating
-
None
Description
The current compilation fakes execution by returning default values for variables. However that doesn't work for expressions like "$a and $b" as $b will never be evaluated if $a is true. Hence the variable will never be properly initialized in Ode and we have runtime problems.
Hook up in Saxon compilation.