Results 1 to 3 of 3

Thread: [RESOLVED] XML : Add Nodes in between the specific Node

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2011
    Posts
    60

    Resolved [RESOLVED] XML : Add Nodes in between the specific Node

    hi this is my xml doc

    HTML Code:
      <Values>
        <quantity>0</quantity>
       <Extenstion>0/Extenstion>
        <FolderList>
           <Folder>
            <FolderName>E:\05.09.2016</FolderName>
            <Checked>true</Checked>
          </Folder>
    
          <Folder>
            <FolderName>E:\100CANON</FolderName>
            <Checked>true</Checked>
          </Folder>
    
          <Folder>
            <FolderName>G:\Sony</FolderName>
            <Checked>true</Checked>
          </Folder>
    
        </FolderList>
      </Values>
    i want to add <Folder> node with 2 notes in between <FolderList>... </FolderList>

    two nodes like
    HTML Code:
     <Folder>
           <FolderName>E:\Nikon</FolderName>
            <Checked>true</Checked>
     </Folder>
    ....
    ...
    ..
    every time i add/select the folder which one want to added into this <FolderList> .... node

    Thanks

Tags for this Thread

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