how to create a xml having three node having same node names.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sethuganesh@gmail.com

    #1

    how to create a xml having three node having same node names.

    Hi,

    i want to know how to create a xml file having nodes with same
    name.how to identify the node with unique id.

    will it create a new node with same node name that have already
    created?



    Thanks,

    Ganesh

  • dotNetDave

    #2
    RE: how to create a xml having three node having same node names.

    You could give each node an attribute with an a unique ID of your choosing.
    Could you post an example of what you are trying to do?

    =============== =============== ========
    David McCarter

    VSDN Tips & Tricks .NET Coding Standards available at:
    www.cafepress.com/vsdntips.20412485


    "sethuganesh@gm ail.com" wrote:
    Hi,
    >
    i want to know how to create a xml file having nodes with same
    name.how to identify the node with unique id.
    >
    will it create a new node with same node name that have already
    created?
    >
    >
    >
    Thanks,
    >
    Ganesh
    >
    >

    Comment

    Working...