Skip to content

String is not escaped. #2

@nomadalex

Description

@nomadalex

String within '<' and/or '&' and/or ' ' is not escaped, so if it happend, xml parsing will occur an error, these characters are not allowed in xml without escaped.

And lua table which is an array will be coverted to struct type,I think this is inconvenient for the user, at least I do not want to add "['*type'] = 'array'" to the table each time when it is an array.

Because I met it, I hacked in some quick support that works. The code is here:
nomadalex@4cfb179

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions