added xml indentation helpers
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] copy for tag cnr-misc-utils-1.0.3
[maven-release-plugin] prepare release cnr-misc-utils-1.0.3
added dumb xslt extension function, used to pick the first non empty value
[maven-release-plugin] copy for tag cnr-misc-utils-1.0.2
[maven-release-plugin] prepare release cnr-misc-utils-1.0.2
saxon does not support varargs, changed xslt join function :(
depending on dnet-parent
added xslt join function
deprecated custom use of Caches, we should stick instead on the caching mechanism provided by spring
[maven-release-plugin] copy for tag cnr-misc-utils-1.0.1
[maven-release-plugin] prepare release cnr-misc-utils-1.0.1
copies the ns prefix as well
copies also the namespaces of the splitting element
better logging
Added test for the creation of an IterableXMLParser from a gzipped file
Updated the URIresolver classThis class contains the login enabling imports of peer external resources for the current xslt (<xsl:import>)Its method resolve() first looks for the resource within the file system; if this fails, it looks in the classpath.