Page 1 of 1

validating xml editor

PostPosted: Sat Aug 20, 2011 1:08 am
by dgriffee
If you are tired of stumbling over miniscule typos that "break" your rules files, and then having to go hunt for the missing space/quote/slash/bracket/whatever...
Using what is called a "validating" xml editor means that it makes sure the xml syntax is at least "well formed" which will catch most such typos very easily and save you a lot of hassle. Such software tools are typically found at "sourceforge.net" which is an opensource programmer's community site.

One that I would recommend for it's simplicity and effectiveness is "XML Copy Editor" (it's free too)...
http://xml-copy-editor.sourceforge.net/
...there are versions for windows and linux (which might work on OSX - i don't know for sure)

-DG

Re: validating xml editor

PostPosted: Thu Aug 25, 2011 2:03 pm
by pcartwright
Very cool. Thanks for the info.

Re: validating xml editor

PostPosted: Mon Aug 29, 2011 10:10 am
by tona87
I tried copy editor and it was okay for basic xml editing but I found liquid xml editor much more robust as an all round xml tool for like validation, data binding, parsing and so on.