Mercurial > dive4elements > framework
comparison ChangeLog @ 335:e7d3f74854fb
Added XMLUtils functions helping to debug parts of xml documents.
artifacts/trunk@2815 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 23 Sep 2011 08:29:48 +0000 |
parents | eb8dbfa7125d |
children | 2c968defd878 |
comparison
equal
deleted
inserted
replaced
334:eb8dbfa7125d | 335:e7d3f74854fb |
---|---|
1 2011-09-23 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Added XMLUtils functions helping to debug parts of xml documents. | |
4 | |
5 * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/XMLUtils.java: | |
6 (toString(Node), toString(Element): New functions returning | |
7 xml/string representations of parts of documents. | |
8 | |
1 2011-09-22 Ingo Weinzierl <ingo@intevation.de> | 9 2011-09-22 Ingo Weinzierl <ingo@intevation.de> |
2 | 10 |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: | 11 * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: |
4 Removed useless CollectionCallContext creation (was never used). | 12 Removed useless CollectionCallContext creation (was never used). |
5 | 13 |