Project

General

Profile

1
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2
<html>
3
<head>
4
   <title>Insert XML to be validated here:</title>
5
   <link rel="stylesheet" type="text/css" href="@html-path@/style/rowcol.css">
6
</head>
7
<body class="emlbody">
8
Insert XML to be validated here:
9
<br><form action="@servlet-path@" method="POST">
10
<input type="hidden" name="action" value="validate">
11
<p><textarea 
12
    name="valtext" rows="16" cols="146">&lt;?xml version="1.0"?>
13
&lt;!DOCTYPE eml-dataset PUBLIC "-//NCEAS//eml-dataset//EN" "eml-dataset.dtd"> &lt;eml-dataset> &lt;meta_file_id>NCEAS-1998-2090-Dataset&lt;/meta_file_id>
14
&lt;dataset_id>NCEAS-1998-2090&lt;/dataset_id> &lt;title>Trapping locations,
15
animal body mass, and breeding conditions of Neotoma fuscipes on Sedgwick
16
Reserve&lt;/title> &lt;originator> &lt;party> &lt;!--(party_individual|party_org)-->
17
&lt;party_individual description="Full name of individual"> &lt;salutation
18
description="Salutation">Dr.&lt;/salutation> &lt;given_name description="First
19
name">Rebecca&lt;/given_name> &lt;surname description="Last Name">Burton&lt;/surname>
20
&lt;/party_individual> &lt;meta_address> &lt;address>National Center for
21
Ecological Analysis &amp; Synthesis, University of California, Santa Barbara,
22
735 State St., Suite 300&lt;/address> &lt;city>Santa Barbara&lt;/city>
23
&lt;admin_area>CA&lt;/admin_area> &lt;postal_code>93101&lt;/postal_code>
24
&lt;country>USA&lt;/country> &lt;email>burton@nceas.ucsb.edu&lt;/email>
25
&lt;phone> &lt;/phone> &lt;/meta_address> &lt;/party> &lt;/originator>
26
&lt;abstract> &lt;paragraph>&lt;/paragraph> &lt;/abstract> &lt;keyword_info>
27
&lt;keyword>&lt;/keyword> &lt;keyword_thesaurus>&lt;/keyword_thesaurus>
28
&lt;/keyword_info> &lt;relations/> &lt;/eml-dataset></textarea>
29
<p><input type="submit" name="B1" value="Submit">
30
<br></form>
31
<p>The server has a catalog system for reading DTDs. All 8 EML DTDs are
32
included as entries with the format:
33
<p><font face="Courier">OVERRIDE YES</font>
34
<br><font face="Courier">PUBLIC "-//NCEAS//eml-dataset//EN" "eml-dataset.dtd"</font>
35
<br><font face="Courier">SYSTEM "urn:nceas:test-eml-dataset" "eml-dataset.dtd"</font>
36
<br><font face="Courier">SYSTEM "eml-dataset.dtd" "eml-dataset.dtd"</font>
37
<p>Any one of the indicated SYSTEM or PUBLIC identifiers can be used in
38
the XML
39
</body>
40
</html>
(14-14/15)