Skip to content

Catch XML errors to prevent PHP Warnings #48

@nickdaugherty

Description

@nickdaugherty

simplexml_load_string will emit PHP Warnings for various XML issues - but we can suppress that with libxml_use_internal_errors, then retrieve all errors with libxml_get_errors.

See http://php.net/manual/en/function.simplexml-load-string.php

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions