Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.0
-
None
-
None
Description
I have a schema where the delimiters and lengthPatterns have quasi-XML syntax in them; hence, I am using the extra-long-form annotations e.g.,
{{
}}
I am finding that compiling the schema seems to go into an infinite loop.
Even an egregious error like forgetting that <dfdl:property...> must appear inside a <dfdl:element> results in infinite loop, not a diagnostic message.
So there are bugs here to chase down. We need a "torture test" for this dfdl:property style. It's for exactly the use case I have here... where the property values are "unfriendly" to XSD syntax.