1 |
77
|
jones
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
|
2 |
|
|
<html>
|
3 |
|
|
<head>
|
4 |
|
|
<title>Insert XML to be validated here:</title>
|
5 |
497
|
jones
|
<link rel="stylesheet" type="text/css" href="@html-path@/style/rowcol.css">
|
6 |
77
|
jones
|
</head>
|
7 |
497
|
jones
|
<body class="emlbody">
|
8 |
77
|
jones
|
Insert XML to be validated here:
|
9 |
348
|
jones
|
<br><form action="@servlet-path@" method="POST">
|
10 |
77
|
jones
|
<input type="hidden" name="action" value="validate">
|
11 |
|
|
<p><textarea
|
12 |
|
|
name="valtext" rows="16" cols="146"><?xml version="1.0"?>
|
13 |
83
|
jones
|
<!DOCTYPE eml-dataset PUBLIC "-//NCEAS//eml-dataset//EN" "eml-dataset.dtd"> <eml-dataset> <meta_file_id>NCEAS-1998-2090-Dataset</meta_file_id>
|
14 |
77
|
jones
|
<dataset_id>NCEAS-1998-2090</dataset_id> <title>Trapping locations,
|
15 |
|
|
animal body mass, and breeding conditions of Neotoma fuscipes on Sedgwick
|
16 |
|
|
Reserve</title> <originator> <party> <!--(party_individual|party_org)-->
|
17 |
|
|
<party_individual description="Full name of individual"> <salutation
|
18 |
|
|
description="Salutation">Dr.</salutation> <given_name description="First
|
19 |
|
|
name">Rebecca</given_name> <surname description="Last Name">Burton</surname>
|
20 |
|
|
</party_individual> <meta_address> <address>National Center for
|
21 |
|
|
Ecological Analysis & Synthesis, University of California, Santa Barbara,
|
22 |
|
|
735 State St., Suite 300</address> <city>Santa Barbara</city>
|
23 |
|
|
<admin_area>CA</admin_area> <postal_code>93101</postal_code>
|
24 |
|
|
<country>USA</country> <email>burton@nceas.ucsb.edu</email>
|
25 |
|
|
<phone> </phone> </meta_address> </party> </originator>
|
26 |
|
|
<abstract> <paragraph></paragraph> </abstract> <keyword_info>
|
27 |
|
|
<keyword></keyword> <keyword_thesaurus></keyword_thesaurus>
|
28 |
|
|
</keyword_info> <relations/> </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>
|