1
|
<!--
|
2
|
* unimplem.html
|
3
|
*
|
4
|
* Authors: Jivka Bojilova
|
5
|
* Copyright: 2000 Regents of the University of California and the
|
6
|
* National Center for Ecological Analysis and Synthesis
|
7
|
* For Details: http://www.nceas.ucsb.edu/
|
8
|
* Created: 2000 April 5
|
9
|
* Version: 0.01
|
10
|
* File Info: '$Id: unimplem.html 4506 2008-11-04 19:34:57Z daigle $'
|
11
|
*
|
12
|
* October Meeting SDSC, 2000
|
13
|
-->
|
14
|
<HTML>
|
15
|
<HEAD>
|
16
|
<TITLE>Metacat</TITLE>
|
17
|
<link rel="stylesheet" type="text/css" href="./default.css">
|
18
|
</HEAD>
|
19
|
<BODY>
|
20
|
<table width="100%">
|
21
|
<tr>
|
22
|
<td class="tablehead" colspan="2"><p class="label">Wishlist</p></td>
|
23
|
<td class="tablehead" colspan="2" align="right">
|
24
|
<a href="./sitemaps.html">Back</a> | <a href="./metacattour.html">Home</a>
|
25
|
</td>
|
26
|
</tr>
|
27
|
</table>
|
28
|
<UL>
|
29
|
<LI> DOM API for Metacat Server.
|
30
|
<LI> Split xml_nodes table in many tables for every doctype.
|
31
|
<LI> Optimization of different operations.
|
32
|
<LI> Mapping and convertion between metadata standarts.
|
33
|
</UL>
|
34
|
|
35
|
<br>
|
36
|
<a href="./sitemaps.html">Back</a> | <a href="./metacattour.html">Home</a>
|
37
|
|
38
|
|
39
|
</BODY>
|
40
|
</HTML>
|
41
|
|