Results 1 to 6 of 6

Thread: Read and Append XML files?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2006
    Posts
    31

    Read and Append XML files?

    Would anyone know a good way to read an XML file and Append to it as well.

  2. #2
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Read and Append XML files?

    My usual boring signature: Something

  3. #3
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Read and Append XML files?

    The DOM functions are the superior method of manipulating an XML document.

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Mar 2006
    Posts
    31

    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?

  5. #5
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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.

  6. #6

    Thread Starter
    Junior Member
    Join Date
    Mar 2006
    Posts
    31

    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
  •  



Click Here to Expand Forum to Full Width