Mercurial > dive4elements > river
diff flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java @ 945:59ae2a823e73
Use the Facet.toXML() method to write facet elements into the DESCRIBE document of the Collection.
flys-artifacts/trunk@2360 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 19 Jul 2011 10:37:57 +0000 |
parents | c256061287d7 |
children | d0c9a5f32c30 |
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java Mon Jul 18 17:09:00 2011 +0000 +++ b/flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java Tue Jul 19 10:37:57 2011 +0000 @@ -708,7 +708,7 @@ protected void parse(Document output) { NodeList themes = (NodeList) XMLUtils.xpath( output, - "art:output/art:theme", + "art:output/art:facet", XPathConstants.NODESET, ArtifactNamespaceContext.INSTANCE);