Results 1 to 3 of 3

Thread: help in editing xml in VB

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2014
    Location
    Vermont Republic
    Posts
    11

    help in editing xml in VB

    Okay so I'm trying to learn how to edit .xml whiten visual studio. I've gotten basic knowledge knowledge on .xml, however I don't know how to edit it. Here is an example .xml code that I want to edit. It's basic but a start.

    HTML Code:
    <?xml version="1.0" encoding="UTF-8"?>
    
    <!-- Edited by XMLSpy -->
    
    <note>
    
       <to>Tove</to>
    
       <from>Jani</from>
    
       <heading>Reminder</heading>
    
       <body>Don't forget me this weekend!</body>
    
    </note>
    Last edited by Tiger151; Oct 22nd, 2014 at 10:27 AM.

Tags for this Thread

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