Results 1 to 3 of 3

Thread: How to edit xml file

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2004
    Posts
    29

    Red face How to edit xml file

    Hey, may I know which dot net framework class can i use if i want to edit some attributes' value in some elements in an xml document?

    For example, i want to change the rgb() value inside the following element to rgb(29,23,1):

    <line x1="340" y1="155" x2="159" y2="1" style="fill:none;stroke:rgb(0,0,0);stroke-width:5"/>

    Please tell me what should i do. Thank you

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: How to edit xml file

    Search on XmlTextReader and XMLDocument.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Dec 2004
    Posts
    29

    Re: How to edit xml file

    ok thank you

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