This is a discussion on Creating XML files within the PHP General forums, part of the PHP Programming Forums category; Hi all, Some months ago i worked with XML. And i remember that i was able to create xml files ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi all,
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. Thanks a lot |
|
|||
|
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 |
|
|||
|
Not so hard to find : http://php.net/manual/en/book.xml.php
"It flance" <itmaqurfe@yahoo.com> a écrit dans le message de news:216004.92429.qm@web45701.mail.sp1.yahoo.com.. . > Hi all, > > 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. > > Thanks a lot > > > > |