Skip to content

Eliminate line-oriented XML parsing #2041

@davidpanderson

Description

@davidpanderson

There are a few functions like copy_element_contents() that use fgets() instead of fgetc(). This means they work correctly only the the close tag is on a line by itself.
Change these functions to use fgetc().

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    Backlog

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions