<%@ page language="java" %> <%@ page import="java.io.*"%> <%@ page import="java.util.StringTokenizer" %> <%@ page import="java.util.Vector" %> <% long startTime= System.currentTimeMillis(); %> <%@include file="jsp/getParams.jsp" %> View by MDG <% //check for file availability.else include the jsp files. String fileNameRegion = request.getRealPath("/mdg/Region-Country.xml"); String fileNameIndicator = request.getRealPath("/mdg/indicator_xml.xml"); boolean existsRegion = (new File(fileNameRegion)).exists(); boolean existsIndicator = (new File(fileNameIndicator)).exists(); if (existsRegion && existsIndicator) { System.out.println("xml files are available already"); } else { %> <% System.out.println("xml files are not available, so including the files"); }// End else %>
Skip to main content World Bank Group World Bank Group
Home   Site Map   Index   FAQs   Contact Us 
About Countries Data & Research Learning News Projects & Operations Publications Topics

View by MDG About MDG Help

Locator map
Select Location
The World
Select MDG
MDG
Select Year
View World Bank Projects

pan north
pan west
 
pan east
pan south
Zoom to the world Zoom level 4 Zoom level 3 Zoom level 2 Zoom to the country level
Legend



Home  |  Site Map  |  Index  |  FAQs  |  Contact Us  |  Search
© 2006  The World Bank Group , All Rights Reserved.  Legal.
<% long endTime= System.currentTimeMillis(); %>