Skip to content
This repository was archived by the owner on Jun 16, 2018. It is now read-only.
This repository was archived by the owner on Jun 16, 2018. It is now read-only.

Parse XML correctly #2

Description

@skreutzer

Make sure that the XML input is properly parsed. The current implementation is not guaranteed to handle the input correctly, as there are specific XML parsing rules defined, which aren't necessarily reflected in the code for now. There could also be an alternative mode which doesn't follow the official, standardized parsing rules, but complains about all < and > which aren't part of tags even where they would otherwise be allowed by the standard. Furthermore, parsing names could be an extra method in order to reflect rules like tag names aren't allowed to be empty, start with a number, etc. It would be a good idea to look at BNF grammar for XML.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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