bsloane1650 commented on a change in pull request #210: Add midBitsToEnd layer 
transform
URL: https://github.com/apache/incubator-daffodil/pull/210#discussion_r279391196
 
 

 ##########
 File path: 
daffodil-propgen/src/main/resources/org/apache/daffodil/xsd/DFDL_part1_simpletypes.xsd
 ##########
 @@ -794,6 +794,17 @@
            </xsd:documentation>
          </xsd:annotation>
        </xsd:enumeration>
+       <xsd:enumeration value="midBitsToEnd">
+         <xsd:annotation>
+           <xsd:documentation><![CDATA[
+             Move the bits with indecis [x, x+y] to
+             the end of the layer block.
+
+             x,y are provided as a space delimated list in layerTransformArgs
 
 Review comment:
   DFDL does have DPath, which is where the only other function-ish feature I 
can think of is present in DFDL. In fact, the transformArgs itself is in DPath, 
and I imagine we will be adding more ways for DPath to influence layer 
transforms as time goes on. 

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

Reply via email to