Hi

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • manoj22184
    New Member
    • Apr 2008
    • 1

    Hi

    Hi all,

    I need some information ergarding adding a node to already existing xml

    i have this xml

    <order>
    <no>1</no>
    <name>jkhh</name>
    </order>

    now my requirement is i need to add a node after name node

    the node is

    <location>
    <street/>
    <dno/>
    </location>


    how can i do it if any body can help me please reply me to
    <email removed>

    Thanks,
    M.MANOJ
  • jkmyoung
    Recognized Expert Top Contributor
    • Mar 2006
    • 2057

    #2
    Hi, There are many ways to do this. What technologies are you using?
    Language / Module / Other Details?
    C#? PHP? Perl? Javascript?
    SimpleXML? XmlNode?
    SAX? DOM?

    Also, please note that it is forbidden to post e-mail addresses.

    Comment

    Working...