Revision 887
Added by berkley over 22 years ago
knb.xml | ||
---|---|---|
2 | 2 |
<style-set name="knb"> |
3 | 3 |
<default-style>@server@@style-path@/ascii-treeview.xsl</default-style> |
4 | 4 |
<doctype publicid="-//NCEAS//resultset//EN"> |
5 |
<target publicid="-//W3C//HTML//EN">@server@@style-path@/resultset.xsl</target> |
|
5 |
<target publicid="-//W3C//HTML//EN">http://@server@@style-path@/resultset.xsl</target>
|
|
6 | 6 |
</doctype> |
7 | 7 |
<doctype publicid="-//NCEAS//login//EN"> |
8 |
<target publicid="-//W3C//HTML//EN">@server@@style-path@/login.xsl</target> |
|
8 |
<target publicid="-//W3C//HTML//EN">http://@server@@style-path@/login.xsl</target>
|
|
9 | 9 |
</doctype> |
10 | 10 |
<doctype publicid="-//NCEAS//eml-dataset-2.0//EN"> |
11 |
<target publicid="-//W3C//HTML//EN">@server@@style-path@/eml-dataset-display.xsl</target> |
|
11 |
<target publicid="-//W3C//HTML//EN">http://@server@@style-path@/eml-dataset-display.xsl</target>
|
|
12 | 12 |
</doctype> |
13 | 13 |
<doctype publicid="-//NCEAS//eml-dataset//EN"> |
14 |
<target publicid="-//W3C//HTML//EN">@server@@style-path@/eml-dataset-display.xsl</target> |
|
14 |
<target publicid="-//W3C//HTML//EN">http://@server@@style-path@/eml-dataset-display.xsl</target>
|
|
15 | 15 |
</doctype> |
16 | 16 |
<doctype publicid="-//NCEAS//eml-resource//EN"> |
17 |
<target publicid="-//W3C//HTML//EN">@server@@style-path@/eml-dataset-display.xsl</target> |
|
17 |
<target publicid="-//W3C//HTML//EN">http://@server@@style-path@/eml-dataset-display.xsl</target>
|
|
18 | 18 |
</doctype> |
19 | 19 |
<doctype publicid="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN"> |
20 |
<target publicid="-//W3C//HTML//EN">@server@@style-path@/eml-dataset-display.xsl</target> |
|
20 |
<target publicid="-//W3C//HTML//EN">http://@server@@style-path@/eml-dataset-display.xsl</target>
|
|
21 | 21 |
</doctype> |
22 | 22 |
<doctype publicid="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN"> |
23 |
<target publicid="-//W3C//HTML//EN">@server@@style-path@/eml-dataset-display.xsl</target> |
|
23 |
<target publicid="-//W3C//HTML//EN">http://@server@@style-path@/eml-dataset-display.xsl</target>
|
|
24 | 24 |
</doctype> |
25 | 25 |
</style-set> |
Also available in: Unified diff
made it so we can now use multiple accessfilestypes and packagdfiletypes in the metacat.properties file. Also fixed a bug introduced when the 'http://' was removed from behind the server name in the loaddtd.sql script and the knb.xml file