Results 1 to 3 of 3

Thread: Using ASP to create/edit an XML/RSS file

  1. #1
    Join Date
    Mar 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Using ASP to create/edit an XML/RSS file

    HI,

    i am currently doing a project for my course, i have to take input from a form (HTML based) and convert all that input to an XML file. i have managed to get everything from the form into an XML file (and RSS valid). but everytime i hit the submit button, everything from the form is created into an XMl but it over rights the XML with the new information from the form.

    could someone possibly help with this? i have tried reading the file into the ASP then adding the new information onto the end.

    i know that what i am trying to do is a little like a forum, where it takes input and adds it to an XML file of some sort to be pulled into the website with the style sheet

    EDIT: i forgot to add about XMLDOM, which i believe is the thing to use for it
    Last edited by Matthus; 03-07-2007 at 12:12 PM.

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    Check this one I think this is exactly what you are looking for.

  3. #3
    Join Date
    Mar 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank, i have tried something that looks just like that form another site.

    i added that to my code and changed it to fit with all the right tag names, but all it did was show the highest child elements and it changed the root element.

    maybe i did it wrong but it looks right. i guess i will try again

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •