Feature Request #3004
Generated feed XML can be better
| Status: | Closed | Start date: | 06/26/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | Core | |||
| Target version: | v3.0.7 | |||
| Resolution: | fixed | Points: |
Description
The output generated by DOMDocument::saveXML is far better than SimpleXML::asXML. Using dom_import_simplexml would keep the amount of change low.
Related issues
Associated revisions
Using DOMDocument to format the output of Feed::create results in more readable XML, fixes #3004
History
Updated by Woody Gilk almost 3 years ago
- Status changed from New to Needs Test
- Resolution set to fixed
Updated by Woody Gilk almost 3 years ago
- Assignee changed from Woody Gilk to Jeremy Bush
Updated by Jeremy Bush almost 3 years ago
- Status changed from Needs Test to Closed
Updated the test with http://github.com/kohana/core/commit/c025f077a3ca9f2a66e8ebfbe74a0d92d51c22f9
Should be more generic now, so formatting doesn't matter.
Updated by Jeremy Bush almost 3 years ago
- % Done changed from 0 to 100