-
The server will need to provide a way to serve files over to the VSCode debugger, as currently an XSD accessed via a jar file, can be stepped into, but is not displayed. Interesting that you can conti…
-
When running Daffodil from the command line, it is possible to supply values for variables using:
```
-D VARIABLE=VALUE
```
A method to provide these values when working with the debugger is need…
-
Test Data Markup Language features shall be written in Scala and shall read/write XML by using XML bindings (e.g., Jaxb/scalaxb).
-
Need a way to have the run do daffodil's 'limited validation'. Basically to see the see the stream of validation errors as they are produced. This is just another option to set on daffodil when creati…
-
I have set stopOnEntry to false, but the debugger still seemed to stop, not to parse the data.
-
One variant of a mil-std-2045 message is where the UMF (user message format) field is "0001" which means "binary file". In this case the data after the header is the contents of a binary file. The fil…
-
We use the built-in XML language currently, which allows the DFDL XSD to be debugged, but also applies to other XML, like an infoset file.
Adding a DFDL extension should give ability to express sch…
-
hi, kenballus, when I use daffodil to generate c files, there is a bug as show below:
`~/http-fuzzing/http-parser$ make
"/home/test/apache-daffodil-3.3.0-bin/bin/daffodil" generate c --schema "htt…
sucof updated
2 years ago
-
Opening a infoset view while debugging a schema file breaks dfdl intellisense autocomplete in the schema file. The autocomplete reverts to alphabetic auto complete.
Note: this is occurring in the Wi…
rt320 updated
2 years ago
-
1. Put catalog JSON file without gzip
1. Externalize all schemas into individual files. The catalog JSON file would then have a file path instead of contents
1. Take DFDL support into account. It re…