When the only thing you've got is a XML Hammer, every solution looks like XML.
The XML Hammer application is a tool that simplifies elementary XML
actions like checking for well-formedness, validation, transformation
and xpath searches using any JAXP implementation.
After all these years of XML, it is still relatively difficult to
simply validate or transform XML files. You are currently either
forced to use extensive, sometimes expensive, and most often difficult
to use tools with a lot of extra functionality unnecessary for these
simple tasks and very often not flexible enough to provide what you
want, or you will have to be almost a programmer and create your own
application or script to handle these elementary XML related tasks.
The XML Hammer tool addresses these issues by providing a free and
open-source tool that has a (relatively) simple to use user-interface
however still allowing the flexibility for the user to specify
anything that he/she would have been able to specify when writing a
script for this same task him/herself.
FEATURES:
This first release has the following functionality:
- Use XPath to search XML Documents,
- Use XSLT to Transform XML Documents,
- Validate XML Documents,
- Validate XML Schema languages
- Show sample Java code,
- Set JAXP specific properties.
For more information see:
http://www.xmlhammer.org/
To download this release:
http://www.xmlhammer.org/downloads.html
Regards,
Edwin
--
http://www.edankert.com/
|