-
Default branch to be identified by dfdl:choiceBranchKey="" (empty string).
This could also be an erratum on DFDL v1.0 because it is an upward compatible change.
-
The extension registers itself as a debugger for `xml` files, but often schema files have extensions like `.dfdl.xsd`, and you can't then define breakpoints in those files. (If you manually change the…
-
fn:count and related functions are described as taking node sequences. Arrays/Optional elements are not mentioned.
Section 35 says the argument must be an array/optional element. This is inconsistent…
-
This has been implemented in Daffodil, as it was required for some formats. There is a daffodil bug ticket about making this an experimental feature so that we can follow our process about how thi…
-
Please suggest additional government data federation, aggregation, or standardization efforts to include here
-
Hi, I could read in some place that the specification for this field 028 (x+n 8) uses 9 bytes and in other places 8 bytes.
Can you check which one is correct?
-
Hi there,
It would be nice if Smooks had bindings and mappings for EDIFACT 91-1.
Reason: my organisation has a "black box" EDIFACT system for Invoices, Orders and Dispatch Advice, we produce and…
-
Currently DFDL binary timestamp representations are limited to 'binarySeconds' and 'binaryMilliseconds. Other 'tick' intervals have been observed in the real world, for example:
Windows FIL…
-
#1484 adds a foundation for supporting DFDL with Apache Daffodil, but a couple of things we still have to do.
1. Sort out weird namespace handling of Daffodil
Somehow Daffodil applies target name…
-
Given this tab separated input file, svenska.txt
```
bil tagg=nom_indef_sg
bilar tagg=nom_indef_pl
kall tagg=x
kallar tagg=y
```
the command
`python src/pextract.py < svenska.txt > svenska…