pkatlic commented on code in PR #1180:
URL: https://github.com/apache/daffodil/pull/1180#discussion_r1522095764


##########
daffodil-test/src/test/resources/org/apache/daffodil/section23/dfdl_functions/Functions.tdml:
##########
@@ -5276,9 +5278,7 @@
             <xs:complexType>
               <xs:sequence>
                 <xs:element name="foo" type="xs:int" minOccurs="0" 
maxOccurs="1" dfdl:representation="binary"/>
-                <!-- throws ClassCastException, possible bug in Daffodil group 
evaluation -->
-                <!-- <xs:group ref="countGroup"/> -->
-                <xs:element name="count" type="xs:int" 
dfdl:representation="binary" dfdl:inputValueCalc="{ fn:count(../ex:foo) }"/>
+                <xs:group ref="countGroup"/>

Review Comment:
   Yes, this now uses the group reference instead of standalone count element.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to