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. General Programming
  3. C#
  4. newbie XML question that I should have been able to do on my own.

newbie XML question that I should have been able to do on my own.

Scheduled Pinned Locked Moved C#
csharpquestionwpflinqxml
2 Posts 2 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.
  • R Offline
    R Offline
    Ronni Marker
    wrote on last edited by
    #1

    Hi, I have an XML file that looks like this

      <?xml version="1.0" standalone="yes" ?> 
      <DocumentElement>
      <Templates>
      <id>a22c77b3-96f4-483c-9642-269fd49cd9c3</id> 
      <title>This is a title</title> 
      <template>This is content.</template> 
      </Templates>
      </DocumentElement>
    

    What I am trying to do... is simply to below the set of existing nodes.

    - <Templates>
      <id>anotherguidstring</id> 
      <title>This is another title</title> 
      <template>yes, yes more content here.</template> 
      </Templates>
    

    Anyone who have time to give me a heads up on this? aparently hangover saturdays have wiped out everything that I should be able to do with my left hand. - oh yea no linq, am on C#2.0.

    E 1 Reply Last reply
    0
    • R Ronni Marker

      Hi, I have an XML file that looks like this

        <?xml version="1.0" standalone="yes" ?> 
        <DocumentElement>
        <Templates>
        <id>a22c77b3-96f4-483c-9642-269fd49cd9c3</id> 
        <title>This is a title</title> 
        <template>This is content.</template> 
        </Templates>
        </DocumentElement>
      

      What I am trying to do... is simply to below the set of existing nodes.

      - <Templates>
        <id>anotherguidstring</id> 
        <title>This is another title</title> 
        <template>yes, yes more content here.</template> 
        </Templates>
      

      Anyone who have time to give me a heads up on this? aparently hangover saturdays have wiped out everything that I should be able to do with my left hand. - oh yea no linq, am on C#2.0.

      E Offline
      E Offline
      Estys
      wrote on last edited by
      #2

      Refresh your mind with this : http://msdn.microsoft.com/en-us/library/hf9hbf87.aspx[^] Don't worry about framework 4.0, it's been here since 1.0. Cheers

      I don't like my signature at all

      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