xmlhammer-user Mailing List for XML Hammer
Brought to you by:
edankert
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
|
Mar
(1) |
Apr
(2) |
May
(2) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2008 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Edwin D. <eda...@gm...> - 2008-05-20 07:20:47
|
I am very pleased to finally announce the release of version 1.0 of the XML Hammer application. The XML Hammer application is a free and open-source tool that simplifies elementary XML actions like checking for well-formedness, validation, transformation and xpath searches using any JAXP implementation. The bugs fixed in this version include an issue with previously opened but removed projects and some changes to the start-up scripts. Besides the fixed bugs, this version also adds a line-number margin to the different preview editor panes. To download this version please go to: http://www.xmlhammer.org/downloads.html -- http://www.edankert.com/ |
From: Edwin D. <eda...@gm...> - 2008-03-04 12:18:44
|
Hello Miguel, Thank you very much for this feedback, much appreciated. I will add these problems to sourceforge. Would it be possible to give me a little more information about this problem? > - XML files must be saved with Windows lineendings (CR+LF) to be detected properly. Are you using these XML Files to validate or does this happen when you use the output formatter or are these files XML Hammer projects? Thanks again, Edwin -- http://www.edankert.com/ |
From: Miguel <mla...@we...> - 2008-03-04 12:07:01
|
Hi Edwin, Your tool has come very handy for validating a set of documents. I wanted to notify two bugs I have found: - I could not make the application work on Linux. If you run it from the command line "java -jar xmlhammer-1.0-rc-3.jar" or "java -Xmx64M -Djava.endorsed.dirs=lib -jar xmlhammer-1.0-rc-3.jar, it only shows this output (no windows): $ log4j:WARN No appenders could be found for logger (org.xmlhammer.gui.XMLHammer). $ log4j:WARN Please initialize the log4j system properly and stays like that. That happens with the IBM JDK [1.5] and SUN JDK [1.6]. - XMLHammer crashes (loop) when a project is saved with a filename without extension. It does not work later unless the .xmlhammer folder (located in Users/YourUser) is deleted. - XML files must be saved with Windows lineendings (CR+LF) to be detected properly. Greets. |
From: Edwin D. <eda...@gm...> - 2008-01-22 09:41:45
|
I am very pleased to announce the release of the third release-candidate of version 1.0 of the XML Hammer application. http://www.xmlhammer.org/ The XML Hammer application is a free and open-source tool that simplifies elementary XML actions like checking for well-formedness, validation, transformation and xpath searches using any JAXP implementation. This release fixes all previously outstanding issues. The bugs fixed include major issues in the startup scripts, confusing 'internal DTD' terminology and closing of output streams. Besides the bugs fixed, this new candidate also adds a native Windows launcher. To download this version please go to: http://www.xmlhammer.org/downloads.html There are currently no known issues, to report an issue however you can report this either directly to me[1], send an e-mail to the mailing-lists[2] or by using the issue tracking system [3]. Kind regards, Edwin Dankert --- [1] eda...@gm... [2] http://www.xmlhammer.org/mail-lists.html [3] http://www.xmlhammer.org/issue-tracking.html |
From: Edwin D. <eda...@gm...> - 2007-10-02 11:54:44
|
I am very pleased to announce the release of the second release-candidate of version 1.0 of the XML Hammer application. http://www.xmlhammer.org/ The XML Hammer application is a free and open-source tool that simplifies elementary XML actions like checking for well-formedness, validation, transformation and xpath searches using any JAXP implementation. This release fixes all previously outstanding issues and also adds out-of-the-box support for RelaxNG schema validation. The main bugs fixed are: * Improved console output, * .sh file no longer calls javaw, * again possible to add items to the class-path. To download this version please go to: http://www.xmlhammer.org/downloads.html There are currently no known issues, to report an issue however you can report this either directly to me[1], send an e-mail to the mailing-lists[2] or by using the issue tracking system [3]. Kind regards, Edwin Dankert --- [1] eda...@gm... [2] http://www.xmlhammer.org/mail-lists.html [3] http://www.xmlhammer.org/issue-tracking.html |
From: Edwin D. <eda...@gm...> - 2007-06-26 08:09:06
|
I am very pleased to announce (again later than promised) the release of the first release-candidate of the XML Hammer application. This is a major bug-fix release, the main new features are: * comprehensive help documentation, * deactivate and activate properties, * easier to use validation functionality (thanks to Sanne de Roever), The main bugs fixed are: * selecting items in combo-boxes using keys, * issues when performing XPath searches, * module initialization error handling, OVERVIEW: 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. For more information see: http://www.xmlhammer.org/ To download this release: http://www.xmlhammer.org/downloads.html Regards, Edwin -- http://www.edankert.com/ |
From: Sanne de R. <sa...@ne...> - 2006-10-20 17:55:50
|
Hi Edwin, The tool looks very good. It is amazing how difficult it is to find a decent tool. Great job: respect! One question. If I want to validate a file that has not got a schemaLocation directive, how can I add an external xsd for a given namespace? I tried adding xsd's to the XML parser tab, but that doesn't seem to work. Is that a bug, or am I using this in the wrong way? Regards, Sanne |
From: Edwin D. <eda...@gm...> - 2006-10-15 18:17:56
|
I am very pleased to anounce (a little bit later than promised) the release of XML Hammer version 1.0 beta-2. This is a major feature release, the main new features are: * Live, 'as you type' error information for XPath searches, Regular Expression and other fields, * 'Find in' output, open files in external applications (editors/browser), * run projects 'head-less' from the command-line, * new project wizards, * support for XML Catalogs, * different look and feels and more ... OVERVIEW: 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. For more information see: http://www.xmlhammer.org/ To download this release: http://www.xmlhammer.org/downloads.html Regards, Edwin -- http://www.edankert.com/ |
From: Edwin D. <eda...@gm...> - 2006-07-04 07:39:35
|
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/ |