Skip to content

DOMException: Invalid Character Error in file /vendor/spatie/array-to-xml/src/ArrayToXml.php on line 42 #19

Open
@mattlake

Description

@mattlake

I am trying to return a collection as xml using the following code snippet:

$data = Order::all();
return response()->xml($data);

However, I am getting the following response:
DOMException: Invalid Character Error in file /vendor/spatie/array-to-xml/src/ArrayToXml.php on line 42

I am using the following versions:
response-xml: ^2.0
Laravel Framework: ^8.40
PHP: 8.0.5

Have I made a silly mistake somewhere?

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