[snip]
So I have:
$doc->save("/tmp/test.xml");

This does not work....

Thoughts?
[/snip]

you have this in your previous email $doc->dump_mem() .  Just do this 

$file = $doc->dump_mem();

then write $file to a file.

there is also this
http://www.php.net/manual/en/function.domdocument-dump-file.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to