Append text after specified text

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JustRun
    New Member
    • Mar 2008
    • 127

    Append text after specified text

    Hi,

    If I have that xml file:
    Code:
        <Child name="Cat">
          <Child name="sub01">
            <Child name ="pro01">
            </Child>
          </Child>
          <Child name="sub02">
            <Child name="pro01"></Child>
            <Child name="pro02"></Child>
          </Child>
        </Child>
        <Child name="Cat02">
    ======================> How to insert another Child Node Here
        </Child>
  • ThatThatGuy
    Recognized Expert Contributor
    • Jul 2009
    • 453

    #2
    What's your exact question... explain in detail

    Comment

    • JustRun
      New Member
      • Mar 2008
      • 127

      #3
      I want to insert a child Node in a specific place in my XML file, and I made a line to refer where I wanna add it,

      Thanks

      Comment

      Working...