1 |
878
|
berkley
|
<!--
|
2 |
|
|
* Metacatout.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$'
|
11 |
|
|
*
|
12 |
|
|
* October Meeting SDSC, 2000
|
13 |
|
|
-->
|
14 |
|
|
<HTML>
|
15 |
|
|
<HEAD>
|
16 |
|
|
<TITLE>Metacat</TITLE>
|
17 |
|
|
<link rel="stylesheet" type="text/css" href="@docrooturl@default.css">
|
18 |
|
|
</HEAD>
|
19 |
|
|
<BODY>
|
20 |
|
|
<table width="100%">
|
21 |
|
|
<tr>
|
22 |
|
|
<td class="tablehead" colspan="2"><p class="label">Output Transformations</p></td>
|
23 |
|
|
<td class="tablehead" colspan="2" align="right">
|
24 |
|
|
<a href="./acontrol.html">Back</a> | <a href="./metacattour.html">Home</a> |
|
25 |
|
|
<a href="./metacatapi.html">Next</a>
|
26 |
|
|
</td>
|
27 |
|
|
</tr>
|
28 |
|
|
</table>
|
29 |
|
|
<p>Metacat uses XML for data exchange between the client application and
|
30 |
|
|
the server.</p>
|
31 |
|
|
|
32 |
|
|
<p>XSLT is used for transformations for visual presentation (e.g. XML->HTML).
|
33 |
|
|
It can also be used to tranlate between different types of heterogeneous XML documents
|
34 |
|
|
which are symantically similar.</p>
|
35 |
|
|
|
36 |
|
|
<img src="xmltransform.gif">
|
37 |
|
|
|
38 |
|
|
<p>Metacat can be set on the fly to either transform or not transform a resultset
|
39 |
881
|
berkley
|
from XML. This is achieved by setting the 'qformat' servlet parameter to the name
|
40 |
|
|
of a <a href="metacatread.html">style-set</a> or to 'html'
|
41 |
878
|
berkley
|
or 'xml'. When qformat is set to html, Metacat will transform the resultset based
|
42 |
881
|
berkley
|
on the default style-set configured in the
|
43 |
|
|
<a href="./properties.html">Metacat Properties</a> file. This style-set
|
44 |
878
|
berkley
|
defines the rules for how to translate the XML tags into HTML tags.
|
45 |
|
|
</p>
|
46 |
|
|
|
47 |
|
|
<br>
|
48 |
881
|
berkley
|
<a href="./ldap.html">Back</a> | <a href="./metacattour.html">Home</a> |
|
49 |
878
|
berkley
|
<a href="./metacatapi.html">Next</a>
|
50 |
|
|
|
51 |
|
|
</BODY>
|
52 |
|
|
</HTML>
|