Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Update the node value of XML file

Update the node value of XML file

Scheduled Pinned Locked Moved ASP.NET
xmlannouncement
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    NET India
    wrote on last edited by
    #1

    Hello Friends, I've a XML file as shown below i want to update the path of the flv files which i've made bold below. Actually i've a playlist and my video player takes the properties from this XML file so i've to play the different different video which i click on. <CONFIG> − <SETTINGS> <PLAYER_SETTINGS Name="SelectedSkin" Value="../Files/Skins/flvplayer/skin.swf"/> <PLAYER_SETTINGS Name="SelectedLoader" Value="../Files/Skins/flvplayer/loading.swf"/> <PLAYER_SETTINGS Name="FLVPath" Value="http://localhost:4718/VideosUploading/Files/Videos/2.flv"/>

    S 1 Reply Last reply
    0
    • N NET India

      Hello Friends, I've a XML file as shown below i want to update the path of the flv files which i've made bold below. Actually i've a playlist and my video player takes the properties from this XML file so i've to play the different different video which i click on. <CONFIG> − <SETTINGS> <PLAYER_SETTINGS Name="SelectedSkin" Value="../Files/Skins/flvplayer/skin.swf"/> <PLAYER_SETTINGS Name="SelectedLoader" Value="../Files/Skins/flvplayer/loading.swf"/> <PLAYER_SETTINGS Name="FLVPath" Value="http://localhost:4718/VideosUploading/Files/Videos/2.flv"/>

      S Offline
      S Offline
      sepel
      wrote on last edited by
      #2

      If it is on your webconfig use ConfigurationManager class to modify it.

      sepel

      N 1 Reply Last reply
      0
      • S sepel

        If it is on your webconfig use ConfigurationManager class to modify it.

        sepel

        N Offline
        N Offline
        NET India
        wrote on last edited by
        #3

        No, it's not in web.config file. It's a XML file

        S 1 Reply Last reply
        0
        • N NET India

          No, it's not in web.config file. It's a XML file

          S Offline
          S Offline
          sepel
          wrote on last edited by
          #4

          These links may be helpful: http://www.aspnettutorials.com/tutorials/database/XML-Csharp.aspx[^] http://asp.dotnetheaven.com/howto/doc/Xml/ModifyXmlDocument.aspx[^]

          sepel

          P 1 Reply Last reply
          0
          • S sepel

            These links may be helpful: http://www.aspnettutorials.com/tutorials/database/XML-Csharp.aspx[^] http://asp.dotnetheaven.com/howto/doc/Xml/ModifyXmlDocument.aspx[^]

            sepel

            P Offline
            P Offline
            Priyagdpl
            wrote on last edited by
            #5

            excellent Links. Thanx.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups