<%@ page language="java" contentType="text/xml; charset=UTF-8" pageEncoding="UTF-8"%> <%@ page trimDirectiveWhitespaces="true" %> <%@ page import="org.crosswire.utils.HTTPUtils" %> <%@ page import="org.crosswire.xml.XMLBlock" %> <%@ page import="org.crosswire.xml.XMLTag" %> <%@ page import="org.crosswire.xml.XMLDataElement" %> ]]> <% String modListURL = "http://www.crosswire.org/study/fetchdata.jsp"; StringBuffer result = HTTPUtils.postURL(modListURL, null); XMLBlock modules = XMLBlock.createXMLBlock(result.toString()); for (XMLDataElement module : modules.getElements("module")) { if ("Biblical Texts".equals(module.getAttribute("category"))) { %>" display_value="<%= HTTPUtils.canonize(module.getText()) %>"/><% } } %> Workspace for Collaborative Editing

You have selected an image which has not yet been indexed. With what Biblical content would you like me to populate the editor? You can be creative; I'm pretty bright.

e.g., Jn 18:1-5

]]>