-
Hi guys,
when filtering an EDIFACT message with validation mode "Full" I get the following error message when doing so. That worked without problems in M1:
```
Exception in thread "main" org.smooks…
-
Hi team,
I wanted to parse an edifact file using smooks on d93a directory and had the following issue:
~~~
Caused by: org.smooks.cdr.SmooksConfigurationException: org.smooks.cdr.SmooksConfigura…
-
I observed that many things with discriminators are coded like this:
```
....rest of sequence...
```
So, it's quite unintuitive, but that discriminator will be execute…
-
First, we have to make sure DFDL extensions won't change any actual element and/or attribute. If it does, we can't achieve this. If not, just forward it to XML schema inspection and it's done.
Foll…
-
I am using IIB v10 in Windows 10. I am not getting any output file in Cards folder. However same infput files are created in mqsibackout folder
-
If you look at the CSV schema on github, you see that the primary test has been split into a parse test, and a separate unparse test.
Both those pass on this cross test rig.
But if you try to ma…
-
The TDML files in this project have copyright banners and doc of tests expressed using XML's Processing Instructions i.e., like this:
```
```
This is legal, but trips up XML editors like in E…
-
This schema can be portable to IBM DFDL and Daffodil with a few changes
- fn:count() is not actually needed for the parse, the parser will hit the newline and stop parsing items.
- Using fn:count(…
-
The IBM DFDL buildGrammarFromSchema call (the schema compiler) can return null, but there are times when an SDE has been reported but it returns an object anyway.
So we cannot depend on it returnin…
-
CSV has the problem that everyone thinks CSV is a format, when actually it is a concept for which there are many many variations.
The CSV schema on DFDLSchemas is just one such example, and makes d…