Revision 203
Added by Matt Jones over 24 years ago
loadxml.html | ||
---|---|---|
17 | 17 |
<body bgcolor="white"> |
18 | 18 |
<b>MetaCat XML Loader</b> |
19 | 19 |
<p> |
20 |
Load an XML document into MetaCat by pasting the XML into this box.
|
|
20 |
Upload, Change, or Delete an XML document using this form.
|
|
21 | 21 |
</p> |
22 | 22 |
<form action="/servlets/MetaCatServlet" target="right" method="POST"> |
23 |
<input type="hidden" name="action" value="putdocument"> |
|
23 |
<strong>1. Choose an action: </strong> |
|
24 |
<input type="radio" name="action" value="insert" checked> Insert |
|
25 |
<input type="radio" name="action" value="update"> Update |
|
26 |
<input type="radio" name="action" value="delete"> Delete |
|
27 |
<br /> |
|
28 |
<strong>2. Provide a Document ID: </strong> |
|
29 |
<input type="text" name="docid"> (Optional for Insert) |
|
30 |
<br /> |
|
31 |
<strong>2. Provide XML text (not needed for Delete): </strong> |
|
32 |
<br /> |
|
24 | 33 |
<textarea name="doctext" cols="55" rows="15"></textarea> |
25 | 34 |
<br /> |
26 |
<input type="submit" value="Load XML">
|
|
35 |
<input type="submit" value="Process Action">
|
|
27 | 36 |
</form> |
28 | 37 |
<p /> |
29 | 38 |
</body> |
Also available in: Unified diff
Merged in substantial changes to DBWriter and associated classes and to
the MetaCatServlet in order to accomodate the new UPDATE and DELETE
functions. The command line tools and the parameters for the
servlet have changed substantially.