Skip to content

ShakeGrid save() method needs refactor to write valid XML #135

@cbworden

Description

@cbworden

The ShakeGrid save() method writes XML using normal file open/write/close. But some of the fields it writes (the event description, for example) may have special characters in them (like "&") which are treated by XML parsers as control characters. Using an XML writer module to write the file would handle these cases.

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