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.
The installer will register XMLValidator4UE automatically as a tool to UltraEdit32. If there should already be 24 other tools installed, then you will have to unregister another tool first. The registration can also be done manually with the entry in the startup menu Register to UltraEdit32.
Please note that the registration only works, if UltraEdit32 stores it's information in the ini file (default) and not in the registry.
XMLValidator4UE can be started from the command line, normally that's not necessary, but this way you can use it also independent of UltraEdit32 as a console application:
XMLValidator4UE [inputfile] [/REGISTERUE]
inputfile
|
Name of the xml file to validate. If the path contains space characters, the name has to be set in quotes. |
REGISTERUE
|
Used by the installer to register itself as an UltraEdit32 tool. |
The following example validates an XML file.
XMLValidator4UE "D:\app data\was_gde.xml"
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.
Copyright 2006 by: Martin Stoeckli
You can visit XMLValidator4UE's homepage for more information and 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.
| Homepage | www.martinstoeckli.ch/xmlvalidator |
|---|---|
| EMail address |
Best regards:
Martin Stoeckli