Hello, I'm currently trying to make a dfdl schema for a textual file format. While I have mostly finished, there are two things that are currently giving me difficulty: Line folding and line comments.
For line folding the layer transforms specifically the lineFolded_* family looks promising however the two that are implemented don't match my file specification because crlf%x20; and lf%x20; can both be used to fold lines. As for line comments I currently have some Comment elements peppered throughout my schema however I'm sure I missed some. And that strategy isn't even up to spec because comments are supposed to be ignored during parsing. Other then preprocessing the file do you guys have any recommendations to handle these issues I'm facing? Thanks DP