Skip to content

Doesn't handle dashes in tag names #5

@yannbertrand

Description

@yannbertrand

xml-streamify doesn't handle XML tag names containing dashes -. They are escaped so my-tag becomes my.

Probably something to do with this regex

const name = value.match(/<\/?([\w:.]+)/)![1];
?

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