Dear community,

Is there a way to set *extraEscapedCharacters* in *escapeScheme*
dynamically like so:

<dfdl:defineEscapeScheme name="EDIEscapeScheme">
  <dfdl:escapeScheme escapeKind="escapeCharacter"
escapeCharacter="{$ibmEdiFmt:EscapeChar}"
escapeEscapeCharacter="{$ibmEdiFmt:EscapeChar}"
extraEscapedCharacters="{$ibmEdiFmt:extraEscapedCharacters}"/>
</dfdl:defineEscapeScheme>

My understanding is that it doesn't accept DFDL expressions and when I
attempt to reference a variable I get:

Schema Definition Error: For property dfdl:extraEscapedCharacters the
> length of string must be exactly 1 character


Perhaps support for DFDL expressions can be added to the DFDL spec?

Claude

Reply via email to