Revision 681
Added by bojilova almost 24 years ago
loadxml.html | ||
---|---|---|
40 | 40 |
<input type="radio" name="action" value="insert" checked> Insert |
41 | 41 |
<input type="radio" name="action" value="update"> Update |
42 | 42 |
<input type="radio" name="action" value="delete"> Delete |
43 |
<input type="submit" value="Process Action"> |
|
43 | 44 |
<br /> |
44 | 45 |
<strong>2. Provide a Document ID </strong> |
45 |
<input type="text" name="docid"> (optional for Insert) <input type="submit" value="Process Action"> |
|
46 |
<input type="text" name="docid"> (optional for Insert) |
|
47 |
<input type="checkbox" name="public" value="yes" checked><strong>Public Document</strong> |
|
46 | 48 |
<br /> |
47 | 49 |
<strong>3. Provide XML text </strong> (not needed for Delete) |
50 |
<strong> |
|
48 | 51 |
<br /> |
49 | 52 |
<textarea name="doctext" cols="65" rows="15"></textarea> |
50 | 53 |
<br /> |
51 |
<strong>4. Provide XML ACL text </strong> (optional; not needed for Delete)
|
|
54 |
<strong>4. Provide DTD text for upload </strong> (optional; not needed for Delete)
|
|
52 | 55 |
<br /> |
53 |
<textarea name="acltext" cols="65" rows="15"></textarea> |
|
54 |
<br /> |
|
55 |
<strong>5. Provide DTD text for upload </strong> (optional; not needed for Delete) |
|
56 |
<br /> |
|
57 | 56 |
<textarea name="dtdtext" cols="65" rows="15"></textarea> |
58 | 57 |
<br /> |
59 | 58 |
</form> |
Also available in: Unified diff
included checkbox "public" for the servlet's "public" parameter
it is checked by default