How to pretty-print a SimpleXmlObject in php
Today I had to find a simple way to format a parsed xml-string into a pretty looking output for a file and the screen. My search on Google return this stackoverflow-comment which helped me out. I thought I’d share it … Continue reading
