Skip to content

Unescaped characters in XML attributes - HTML tags #6

@samsharp99

Description

@samsharp99

The Checkstyle plugin is producing invalid output due to invalid characters in the output XML.

<error message="This VI&apos;s front panel alignment grid size (10) does not match the user specified size (12). You can configure the front panel alignment grid size in the <b>VI Properties &gt; Editor Options</b> dialog box." severity="info" source="Alignment Grid Setting"/>

You can see that the > is being escaped correctly, but the HTML bold tags and are not being escaped.

These characters should also be escaped, or the html tags removed.

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