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>




Reply With Quote
