Skip to content

Transformation Generator does not escape special characters #319

Open
@wurzka

Description

@wurzka

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 c length 1 value '<',
   greater_thean type c length 1 value '>',
end of co_enum_values.

A solution would be to replace < with &#60 and > with &#62 in the generated transformation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions