You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XML cannot handle special characters such as '<' and '>'. The generator does not escape these characters which leads to syntax errors in the generated transformation when having an enum/constant like
begin of co_enum_values
less_than type clength1value'<',
greater_thean type clength1value'>',
end of co_enum_values.
A solution would be to replace < with < and > with > in the generated transformation.
The text was updated successfully, but these errors were encountered:
XML cannot handle special characters such as '<' and '>'. The generator does not escape these characters which leads to syntax errors in the generated transformation when having an enum/constant like
A solution would be to replace < with < and > with > in the generated transformation.
The text was updated successfully, but these errors were encountered: