Re: [PHP] REQ: DOMDocument needs a way to format XML code

2005-11-14 Thread Richard Lynch
On Fri, November 11, 2005 2:27 pm, Daevid Vincent wrote: > I have a feature request (and I'm a bit disappointed that this isn't > already > in the DOMDocument, when there are nearly useless methods like > "normalize()")... Ruby has this built in. xmllint has the --format > parameter. But yet PHP's

[PHP] REQ: DOMDocument needs a way to format XML code

2005-11-11 Thread Daevid Vincent
I have a feature request (and I'm a bit disappointed that this isn't already in the DOMDocument, when there are nearly useless methods like "normalize()")... Ruby has this built in. xmllint has the --format parameter. But yet PHP's DOMDocument has no way of cleaning up the code. Could someone plea