When the targetNamespace on the WSDL is empty or not specified, the @@PREFIX and @@NAMESPACE in add-template11.xslt and other files is no longer necessary. The naive calls to .replaceAll() results in an invalid XSLT. This change handles the case of a blank namespace by removing those things from the XSLT template.
Adds a test for this case.
Converts to tabs to spaces in some source files. Sorry, my editor made me do it.
Specifies a default logging format for running tests.
When the targetNamespace on the WSDL is empty or not specified, the
@@PREFIX
and@@NAMESPACE
in add-template11.xslt and other files is no longer necessary. The naive calls to.replaceAll()
results in an invalid XSLT. This change handles the case of a blank namespace by removing those things from the XSLT template.Adds a test for this case.
Converts to tabs to spaces in some source files. Sorry, my editor made me do it.
Specifies a default logging format for running tests.
Update to version 1.0.1 of the JAR