Mercurial > dive4elements > gnv-client
comparison gnv/Changelog @ 11:3cb753564552
Integration of the required XSL-Transformation of the Describe-Response of the Artifactdatabase
gnv/trunk@90 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 15 Sep 2009 14:19:55 +0000 |
parents | e6c47838eee6 |
children | 4ebe57b170d3 |
comparison
equal
deleted
inserted
replaced
10:e6c47838eee6 | 11:3cb753564552 |
---|---|
1 2009-09-15 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/test/java/de/intevation/gnv/util/XSLTransformerTestCase.java: | |
4 New Testcase for testing the usability of XSL-Transformations | |
5 * src/test/ressources/describe-ui-test.xml Added: | |
6 An Sample-Document for testing XSL-Transformations | |
7 * src/main/webapp/WEB-INF/jsp/index.jsp Edited: | |
8 Added the html-Fragment of the transformated Describe-Methode-response to the document. | |
9 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl Added: | |
10 XSL-Template for transforming an Xform-Element to a HTML-Select-Element | |
11 * src/main/java/de/intevation/gnv/util/XSLTransformer.java Added: | |
12 XSl-Transformer for doing XSL-Transformations of the ResultDocuments of | |
13 the ArtifactDatabase | |
14 * src/main/java/de/intevation/gnv/util/XMLUtils.java Edited: | |
15 Integrate a Method for writing an XML-Node to a String for debugging. | |
16 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java: | |
17 Some Unused imports removed an select the first Child of the ui Node. | |
18 * src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java (execute) Edited: | |
19 Integration of the Describe-Stuff for rendering an GUi | |
20 | |
1 2009-09-15 Tim Englich <tim.englich@intevation.de> | 21 2009-09-15 Tim Englich <tim.englich@intevation.de> |
2 | 22 |
3 * src/test/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClientTestCase.java (testArtifactDatabaseClient) Edited: | 23 * src/test/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClientTestCase.java (testArtifactDatabaseClient) Edited: |
4 Added "Create Artifact" and "Describe Artifact" to the Testszenario. | 24 Added "Create Artifact" and "Describe Artifact" to the Testszenario. |
5 | 25 |