Revision 978
Added by Jing Tao over 22 years ago
lib/knb.xml | ||
---|---|---|
1 | 1 |
<?xml version="1.0"?> |
2 | 2 |
<style-set name="knb"> |
3 |
<default-style>http://@server@@style-path@/ascii-treeview.xsl</default-style>
|
|
3 |
<default-style>@systemidserver@@style-path@/ascii-treeview.xsl</default-style>
|
|
4 | 4 |
<doctype publicid="-//NCEAS//resultset//EN"> |
5 |
<target publicid="-//W3C//HTML//EN">http://@server@@style-path@/resultset.xsl</target>
|
|
5 |
<target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/resultset.xsl</target>
|
|
6 | 6 |
</doctype> |
7 | 7 |
<doctype publicid="-//NCEAS//login//EN"> |
8 |
<target publicid="-//W3C//HTML//EN">http://@server@@style-path@/login.xsl</target>
|
|
8 |
<target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/login.xsl</target>
|
|
9 | 9 |
</doctype> |
10 | 10 |
<doctype publicid="-//NCEAS//eml-dataset-2.0//EN"> |
11 |
<target publicid="-//W3C//HTML//EN">http://@server@@style-path@/eml-dataset-display.xsl</target>
|
|
11 |
<target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-dataset-display.xsl</target>
|
|
12 | 12 |
</doctype> |
13 | 13 |
<doctype publicid="-//NCEAS//eml-dataset//EN"> |
14 |
<target publicid="-//W3C//HTML//EN">http://@server@@style-path@/eml-dataset-display.xsl</target>
|
|
14 |
<target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-dataset-display.xsl</target>
|
|
15 | 15 |
</doctype> |
16 | 16 |
<doctype publicid="-//NCEAS//eml-resource//EN"> |
17 |
<target publicid="-//W3C//HTML//EN">http://@server@@style-path@/eml-dataset-display.xsl</target>
|
|
17 |
<target publicid="-//W3C//HTML//EN">@systemidserver@@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">http://@server@@style-path@/eml-dataset-display.xsl</target>
|
|
20 |
<target publicid="-//W3C//HTML//EN">@systemidserver@@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">http://@server@@style-path@/eml-dataset-display.xsl</target>
|
|
23 |
<target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-dataset-display.xsl</target>
|
|
24 | 24 |
</doctype> |
25 | 25 |
<doctype publicid="-//NCEAS//eml-generic//EN"> |
26 |
<target publicid="-//W3C//HTML//EN">http://@server@@style-path@/generic-morpho.xsl</target>
|
|
26 |
<target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/generic-morpho.xsl</target>
|
|
27 | 27 |
</doctype> |
28 | 28 |
</style-set> |
Also available in: Unified diff
Change every "http://
server
" in target to "systemidserver
". It will looklike that:
<target
publicid="-//W3C//HTML//EN">
systemidserver
@style-path@/resultset.xsl</target>