Another question related to this topic. During testing, we noticed that dfdl:asserts were not failing (sending bad data to parser) if using "parsed". The asserts are located within the parameter complex type to check if valid record type. Any insight?
On Tue, May 28, 2019, 3:14 PM Kevin Moser <[email protected]> wrote: > Working on schema and am hoping to get some assistance on writing schema > to perform an iterative process. The protocol contains a length of > parameters field. It does not contain the number of parameters. I want to > write the schema to handle a variable number of parameters until the length > of parameters field is consumed (essentially a for loop or while loop). > Any suggestions? > Thanks, Kevin > >
