Soapbox / laravel-formatter

A Formatter Class for Laravel 4 based on FuelPHP's Formatter Class
249 stars 95 forks source link

XML With Attributes #34

Closed megadola closed 7 years ago

megadola commented 8 years ago

Can Output this kind of XML

`

` Source is (Array or Laravel Query).

crhayes commented 8 years ago

@megadola can you please elaborate what you mean?

baueri commented 7 years ago

I think he asks if it is possible to add attribute to a node. It would be a useful feature.

tarasdj commented 7 years ago

How to add atrributes to XML tags?

Jaspaul commented 7 years ago

Hey guys, the library doesn't support attributes at this time. Please feel free to open a PR adding support if you need it.