<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <!-- * '$RCSfile$' * Authors: Matt Jones * Copyright: 2000 Regents of the University of California and the * National Center for Ecological Analysis and Synthesis * For Details: http://www.nceas.ucsb.edu/ * * '$Author$' * '$Date$' * '$Revision$' * * This is an HTML document for loading an xml document into Oracle * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA --> <html> <head> <title>Insert XML to be validated here:</title> <link rel="stylesheet" type="text/css" href="./rowcol.css"> </head> <body class="emlbody"> Insert XML to be validated here: <br><form action="../../../metacat" method="POST"> <input type="hidden" name="action" value="validate"> <p><textarea name="valtext" rows="16" cols="146"><?xml version="1.0"?> <!DOCTYPE eml-dataset PUBLIC "-//NCEAS//eml-dataset//EN" "eml-dataset.dtd"> <eml-dataset> <meta_file_id>NCEAS-1998-2090-Dataset</meta_file_id> <dataset_id>NCEAS-1998-2090</dataset_id> <title>Trapping locations, animal body mass, and breeding conditions of Neotoma fuscipes on Sedgwick Reserve</title> <originator> <party> <!--(party_individual|party_org)--> <party_individual description="Full name of individual"> <salutation description="Salutation">Dr.</salutation> <given_name description="First name">Rebecca</given_name> <surname description="Last Name">Burton</surname> </party_individual> <meta_address> <address>National Center for Ecological Analysis & Synthesis, University of California, Santa Barbara, 735 State St., Suite 300</address> <city>Santa Barbara</city> <admin_area>CA</admin_area> <postal_code>93101</postal_code> <country>USA</country> <email>burton@nceas.ucsb.edu</email> <phone> </phone> </meta_address> </party> </originator> <abstract> <paragraph></paragraph> </abstract> <keyword_info> <keyword></keyword> <keyword_thesaurus></keyword_thesaurus> </keyword_info> <relations/> </eml-dataset></textarea> <p><input type="submit" name="B1" value="Submit"> <br></form> <p>The server has a catalog system for reading DTDs. All 8 EML DTDs are included as entries with the format: <p><font face="Courier">OVERRIDE YES</font> <br><font face="Courier">PUBLIC "-//NCEAS//eml-dataset//EN" "eml-dataset.dtd"</font> <br><font face="Courier">SYSTEM "urn:nceas:test-eml-dataset" "eml-dataset.dtd"</font> <br><font face="Courier">SYSTEM "eml-dataset.dtd" "eml-dataset.dtd"</font> <p>Any one of the indicated SYSTEM or PUBLIC identifiers can be used in the XML </body> </html>