View Single Post
jfrazierjr
Senior Member
 
Join Date: Aug 2013
Posts: 123

Old May 12th, 2017, 04:48 PM
Quote:
Originally Posted by joelcifer View Post
thanks man, what is a good program to work with XML's?
Assuming Windows, for free I would suggest Notepad++ AND you download the plugin for XML tools. It won't help you visualize things the way for pay programs do, but at the least you can ensure the xml is well formed. xml has some syntax requirements to a file to work properly or it won't load into programs that "read" xml. Honestly, the rules are relatively simple, but it REALLY easy to miss a closing tag or quote or something like that(one of the benefits the for pay tools come with is that they automatically close quotes and tags for you so you don't forget!). I tend to use XML spy (one of those REALLY expensive tools I was talking about) at work for some things, but for simple xml editing, I still use Notepad++(even with work stuff sometimes).

I have not used Textpad in years, but at the time, I am fairly sure it did not have full support for XML. granted, that may have changed.
jfrazierjr is offline   #11 Reply With Quote