work on NIHVIVO-23 vitro internal Jena models

This commit is contained in:
bjl23 2010-04-05 17:01:03 +00:00
parent 35452e8b36
commit 3e23a63be1
4 changed files with 21 additions and 3 deletions

View file

@ -20,14 +20,19 @@
<form action="jenaXmlFileUpload" method="post" enctype="multipart/form-data">
<input type="file" name="xmlfile"/>
<p>XML file</p>
<select name="targetModel">
<option value="vitro:baseOntModel">webapp assertions</option>
<% for (Iterator it = maker.listModels(); it.hasNext(); ) {
String modelName = (String) it.next(); %>
<option value="<%=modelName%>"><%= modelName %></option>
<% } %>
</select>
<p>Destination model</p>
<input type="submit" name="submit" value="upload XML and convert to RDF"/>
</form>