Mercurial > dive4elements > framework
comparison ChangeLog @ 349:b3eb029e07dd
Added a method that allows to specify if a document needs to be namespace aware while parsing from InputStream.
artifacts/trunk@3294 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 21 Nov 2011 11:59:28 +0000 |
parents | f2277458823e |
children | ab743e750ac6 |
comparison
equal
deleted
inserted
replaced
348:f2277458823e | 349:b3eb029e07dd |
---|---|
1 2011-11-21 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/XMLUtils.java: | |
4 Added a method that allows to specify if the document needs to be | |
5 namespace aware or not while parsing from InputStream. | |
6 | |
1 2011-11-07 Ingo Weinzierl <ingo@intevation.de> | 7 2011-11-07 Ingo Weinzierl <ingo@intevation.de> |
2 | 8 |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java, | 9 * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java, |
4 artifact-database/src/main/java/de/intevation/artifactdatabase/FactoryBootstrap.java: | 10 artifact-database/src/main/java/de/intevation/artifactdatabase/FactoryBootstrap.java: |
5 Enabled "post-describe" hooks for the Artifact's describe operation. | 11 Enabled "post-describe" hooks for the Artifact's describe operation. |