Changes between Initial Version and Version 1 of Ticket #6866, comment 2
- Timestamp:
- 2011-09-19T23:56:51+02:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6866, comment 2
initial v1 13 13 14 14 {{{ 15 XPathExpression exp=xpath.compile(" .//ImageryMetadata/ZoomMax/text()");15 XPathExpression exp=xpath.compile("//ImageryMetadata/ZoomMax/text()"); 16 16 String strValue=exp.evaluate(document); 17 17 imageryZoomMax = Integer.parseInt(strValue);


