Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: s9
-
Fix Version/s: s10
-
Component/s: Front End, Middle "End"
-
Labels:None
Description
When a DFDL expression is compiled, function names should be scrutinized, and the prefixes should have to be defined.
I believe right now whether you write fn:true() or just true() it will evaluate correctly. This is wrong. If there is a xmlns="..." then just true() should be the true function in that namespace, which probably doesn't exist.