Re: [PHP-XML-DEV] generating xml
[email protected] (jux) Thu, 08 Jul 2004 18:44:59 +0300
| Newsgroups | php.xml.dev |
|---|---|
| Message-ID | <[email protected]> |
> > $dom->dump_mem(true); > OK got it, but still it displayes and writes in one line. On that line: $dom->dump_file($_SERVER["DOCUMENT_ROOT"]."/xml/test.xml" ,false ,true); i allso use the format=true parameter but still it comes in one row. Is it because i use php4.3 not 5 or is there a mistake in my script? Allso if his is in one row for server to read, it is not a big thing or is it a bad style or something? Juhan