The freeware tool XMLValidator4UE is an extension to the famous text editor UltraEdit 32 . It allows you to validate XML files for wellformedness and to check them against DTD and XSD schemas. Found errors are reported and it's possible to jump directly to the concerned position in the editor.
Operating systems: WindowsXP, 2003
| XMLValidator4UE | Download | Version | Languages | View readme file | MD5 checksum |
|---|---|---|---|---|---|
| Standard | xmlvalidator4ue_11.msi (219 KB) | 1.1.0 | English | readme.html | 23CD7E532781BEF87A2D881D1B51BD7B |
XMLValidator4UE was built for the Microsoft .NET framework 2.0 and higher. If you don't already have a version installed, then you can download the .NET framework from Microsoft's homepage.
Version 1.1.0 can validate xml files, even if they are used by another process. Normally UltraEdit uses temporary files for editing, but if the file exceeds a certain size, it writes directly to the file and therefore locks the file.
The tool registration is done with a 8.3 DOS path, because of compatibility problems with quoted paths containing space characters.
Writing an XML parser which covers all the possibilities of XML and it's encodings, is an enormous work, and i wouldn't have taken it upon myself to write this tool without a "little" help. Actually i wrote only the framework and the integration into UltraEdit32, the parsing and validating i all left to the .NET environment, which offers a great support for XML processing.
XMLValidator4UE is freeware, you can make free copies, give it to friends or do whatever you want to do with it. However, you are not allowed to redistribute it in any modified form, or to sell it and earn money.
THIS SOFTWARE IS PROVIDED WITHOUT WARRANTIES OF ANY KIND. THE AUTHOR CAN'T BE MADE LIABLE FOR DAMAGES WHICH ARE CAUSED BY USING THIS SOFTWARE.
UltraEdit32 is a shareware program from IDM Computer Solutions. Shareware means, that you can try the program for free and if you wish to use it beyond the trial period, you would have to pay for a license.
Copyright 2006 by: Martin Stoeckli
You can always visit XMLValidator4UE's homepage for more information or to check for the current version. If you should have problems, questions or suggestions about XMLValidator4UE, or if you simply find it useful, don't hesitate to send me an email. I can answer your emails in english or german.
| Homepage | www.martinstoeckli.ch/xmlvalidator |
|---|---|
| EMail address |
Can i use XMLValidator4UE independent of UltraEdit32 ?
Yes you can, XMLValidator4UE is actually a normal console application which can be startet from the commandline. The only parameter it expects, is a fully qualified filename of an XML file.
www.martinstoeckli.ch