JSP Java

/*

  
    Peter
    54
  

  
    Patricia
    50
  


*/
<%@ taglib uri="http://java.sun.com/jstl/xml"  prefix="x" %>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>

  
    Displaying a Subset
  
  
                  var="inputDoc" />
                  var = "parsedDoc" />
    Here is a list of people over the age of 45:
    

           45]"
                     var="currentName" >
            

  •