%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ page trimDirectiveWhitespaces="true" %> <%@ page import="org.crosswire.community.projects.ntmss.INTF" %> <%@ page import="java.io.File" %> <%@ page import="java.util.Vector" %> <% String oid=request.getParameter("oid"); if (oid != null) { String webappRoot = session.getServletContext().getRealPath("/"); File cacheDir = new File(webappRoot, "WEB-INF/cache"); response.setContentType("text/xml"); INTF.NTMSSDocument doc = new INTF.NTMSSDocument(oid); INTF.retrieveDocDetails(doc, cacheDir.getCanonicalPath()); %> <%= doc.formattedString() %> <% } else { %>
Retrieve detailed information about a manuscript
oid | manscript id to retrieve, e.g., 10046 |