|
-
Oct 13th, 2007, 07:24 PM
#1
Thread Starter
Junior Member
Read and Append XML files?
Would anyone know a good way to read an XML file and Append to it as well.
-
Oct 13th, 2007, 11:37 PM
#2
Re: Read and Append XML files?
My usual boring signature: Something
-
Oct 14th, 2007, 09:48 AM
#3
Re: Read and Append XML files?
The DOM functions are the superior method of manipulating an XML document.
-
Oct 14th, 2007, 02:04 PM
#4
Thread Starter
Junior Member
Re: Read and Append XML files?
DOM may be just what I'm looking for. I'm trying to create a little RSS feed thing using Item, Title, Link, and Description. Is there a way to make something like this using DOM?
-
Oct 14th, 2007, 02:08 PM
#5
Re: Read and Append XML files?
Quite easily, and it would be the preferred method for creating a static XML file.
For a dynamic feed—i.e., one that was generated on every request—it'd be easier just to embed the PHP instructions into the XML.
If you can be a little more specific about what you need, we can help a bit more.
-
Oct 14th, 2007, 02:44 PM
#6
Thread Starter
Junior Member
Re: Read and Append XML files?
Basically I want to make some pages where I can read, write, create, and append XML files. I want to do this so I can experiment with it. Then I'm going to eventually make another page that will get that XML file and make it look presentable and enjoyable to read. It's going to be just experimental though. I want to use the RSS format, "link", "title", "description", etc.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|