pretty-xml
pretty-xml copied to clipboard
An XML pretty printer for PHP
Results
3
pretty-xml issues
Sort by
recently updated
recently updated
newest added
If the root element has XML attributes the second XML tag appears on the same level as the root tag (tested with version 1.0.2): $formatter = new Formatter(); echo $formatter->format("")...
help wanted
I wrote this code (https://github.com/shanethehat/pretty-xml/pull/7) to solve this problem, but it was years ago. As @shanethehat mentioned, no test coverage was provided, and it would be necessary to verify possible...