XML validation tool for UltraEdit

Help with setting up and configuring custom user tools in UltraEdit (based on command line input)

XML validation tool for UltraEdit

Postby toniu » Fri Aug 26, 2005 2:15 pm

xmlplint is a xml command line tool that can be integrated into UltraEdit32 - it supports for example the following:

- Validation/well-formedness checking with extensive error information
- xml catalogs
- Support for large number of encodings (via libiconv library)

See xmlplint
for more info/installation instructions. Windows binaries are available at download section.
User avatar
toniu
Newbie
 
Posts: 1
Joined: Thu Aug 25, 2005 11:00 pm

Re: XML validation tool for UltraEdit

Postby Mofi » Sat May 27, 2006 8:58 am

Since v12.10 of UE and v5.50 of UES the XMLlint parser is supported by default.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 3937
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: XML validation tool for UltraEdit

Postby tinu » Fri Mar 09, 2007 12:30 pm

Maybe you want to have a look at XmlValidator4UE too, it was written especially for UltraEdit and will install itself as a tool.

* Validates XML files for wellformedness.
* Checks against DTD and XSD schemas.
* Offers to jump to the position of the reported errors.
* Registers itself as a tool in UltraEdit32.

http://www.martinstoeckli.ch/xmlvalidator/

Since XmlValidator4UE is based on the .net framework you have the same possibilities as the ms xml parser, but will need an installed .net framework.

Best regards:
Martin
User avatar
tinu
Newbie
 
Posts: 4
Joined: Fri Mar 09, 2007 12:00 am

Re: XML validation tool for UltraEdit

Postby uelx » Fri Oct 16, 2009 7:17 am

Hello,

I tried installing your XML validation tool, but it seemed to ignore that my settings are stored in the registry:

[Settings]
Use Registry=1

You may want to check the INI file to determine if settings are stored in the registry.
In that case you should add the tool settings to the registry, and not to the INI file.

Regards,
Lex
User avatar
uelx
Newbie
 
Posts: 3
Joined: Tue Aug 17, 2004 11:00 pm


Return to Custom User Tools/Tool Configuration