<%@ page language="java" contentType="text/html;charset=utf-8" %> <%@ page import="org.crosswire.sword.orb.*" %> <% SWMgr mgr = SwordOrb.getSWMgrInstance(request); SWModule kjv = mgr.getModuleByName("KJV"); kjv.setKeyText("mt.1.1"); %>

Biblical Coverage of MSS

<% while (kjv.error() == 0) { String details[] = kjv.getKeyChildren(); %> <% for (int i = 0; i < Integer.parseInt(details[4]); ++i) { %> <% } %> <% kjv.setKeyText("+book"); } %>
bookChapters
<%=details[6]%><%=i%> <% // here where we'll fill in the mss info for this book/chapter cell %>