Skip to content

adding <XML> tag at top of array to XML conversion #30

@adevapp

Description

@adevapp

When converting an array to XML, the package seems to add an extra XML tag.

    $this->Report = array(
        "Service" => array(
            "ID" => $serviceID,

Is coming out with an XML open and close tag around the array.

How can I convert without this being added?

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