include EML 2.1.1 documents in skin (path query search, mostly)
add support for displaying eml 2.1 documents.split the "common" templates into nceas-common.xsl, but needed different stylesheets for 2.1.0 vs 2.0.1see: http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3528
Added missing "/" from ascii-treeview.xsl path so documents can be viewed in treeview. (Ticket 3176)
Changes to remove ANT tokens for the turnkey install project
add support for FGDC doctype display
-use jsp rather than html files so hat the server context can be looked up on the fly (as well as additional options from the MetacatUtil class).-incorporate the use of relative paths in the XML configuration (doctype=>stylesheet mapping)
Note: still using ant tokens in the .cfg file used for perl...not sure how to convert that.
Updated the NCEAS skin to reflect the new structure of the NCEAS web site. There is now a new nceas.xsl file that handles the XSLT transforms for both metacat resultsets and for EML documents. This file imports xsl templates from the style/common dir in order to render the results table and EML document within an HTML document that follows the style of the NCEAS website. This required refactoring the original resultset.xsl and eml.xsl files in style/common so that the use of iframes can be easily eliminated. ...
Added submission of data files to the registry. New parameter 'hasUpload' can be set on a per-skin basis to enable the uploading of data objects to be associated with a metadata document. NCEAS skin is using this by default, to be changed in the future for other skins....
changed the set of stylesheets which will be used for displaying eml-2.0.0 documents
Changed path for eml.xsd stylesheet.
Added eml2.0.1 specific code in /style file
Adding style files for the new NCEAS skin for metacat, which includesfiles needed for the NCEAS data repository.