comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/services/MainValuesService.java @ 444:932a5e3c7fa1

ISSUE-72 Repaired broken XPath expression in MainValuesService to extract start and end kilometer. flys-artifacts/trunk@1936 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 17 May 2011 11:53:02 +0000
parents 5a2df8677b3e
children a63d79107289
comparison
equal deleted inserted replaced
443:5d65fe4c08d5 444:932a5e3c7fa1
43 43
44 /** The XPath that points to the river definition of the incoming request.*/ 44 /** The XPath that points to the river definition of the incoming request.*/
45 public static final String XPATH_RIVER = "/art:mainvalues/art:river/text()"; 45 public static final String XPATH_RIVER = "/art:mainvalues/art:river/text()";
46 46
47 /** The XPath that points to the start definition of the incoming request.*/ 47 /** The XPath that points to the start definition of the incoming request.*/
48 public static final String XPATH_START = "/art:mainvalues/art:end/text()"; 48 public static final String XPATH_START = "/art:mainvalues/art:start/text()";
49 49
50 /** The XPath that points to the end definition of the incoming request.*/ 50 /** The XPath that points to the end definition of the incoming request.*/
51 public static final String XPATH_END = "/art:mainvalues/art:start/text()"; 51 public static final String XPATH_END = "/art:mainvalues/art:end/text()";
52 52
53 /** 53 /**
54 * The default constructor. 54 * The default constructor.
55 */ 55 */
56 public MainValuesService() { 56 public MainValuesService() {

http://dive4elements.wald.intevation.org