Update an XML file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shilpa george
    New Member
    • Oct 2011
    • 15

    #1

    Update an XML file

    Code:
    <item Text="1" id="one">
    <item Text="1.1" NavigateUrl="1_1.html" id="one_one"/>
    <item Text="1.2" NavigateUrl="1_2.html" id="one_two">
    <item Text="1.2.1" NavigateUrl="1_2_1.html" id="one_two_one"/>
    <item Text="1.2.2" NavigateUrl="1_2_2.html" id="one_two_two"/>
    </item>
    </item>
    this is my xml file(sample). how can i update the value "1.2.1" to some other value?

    looking forward for a reply
    thank u
    Last edited by Dormilich; Oct 4 '11, 11:35 AM. Reason: please use [CODE] [/CODE] tags when posting code
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    that depends on the system used to manipulate the XML. usually (but not exclusively) by means of a programming language.

    Comment

    Working...