It flance wrote:

> Some months ago i worked with XML. And i remember that i was able to
> create xml files quite easily. Now i don`t have the book i used by the
> time. I made many searches in google and i don't find something
> interesting. So i'm wondering if somebody can give a good link with
> examples. If i remeber well, i can create axml file without writing
> the hole file to a string before writing the string to the file.

Creating XML files is quite easy with vi or any other editor.  In PHP,
you can just write XML with fwrite(). 


/Per Jessen, Zürich


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

Reply via email to