On his blog today Sameer has a quick new tutorial looking at using the XML_Beautifier PEAR package to "pretty up" your XML documents.
I use xmlPad to format and analyze xml documents, but many times I need to format xml documents on the production server wherein xmlPad is of no use.
What one needs is a library that would allow you to beautify your untidy xml documents within your php code. XML_Beautifier provides that solution....
Post new comment