bsloane1650 commented on a change in pull request #207: Added support for
enumerations and TypeValueCalc
URL: https://github.com/apache/incubator-daffodil/pull/207#discussion_r278371495
##########
File path:
daffodil-core/src/main/scala/org/apache/daffodil/dpath/Expression.scala
##########
@@ -1543,6 +1543,49 @@ case class FunctionCallExpression(functionQNameString:
String, expressions: List
DFDLSetBitsExpr(functionQNameString, functionQName, args)
}
+ //Begin TypeValueCalc related functions
+ case (RefQName(_, "inputTypeCalcInt", DFDL), args) =>
Review comment:
These should be DFDLX, but I believe we decided to put off creating the
DFDLX namespace to later.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services