Revision 1836
Added by Matt Jones almost 20 years ago
keywords-list.xsl | ||
---|---|---|
124 | 124 |
<!-- This tests to see if there are returned documents, |
125 | 125 |
if there are not then don't show the query results --> |
126 | 126 |
<xsl:if test="count(resultset/document) > 0"> |
127 |
<p>Browse data sets by keyword:</p>
|
|
127 |
<h3>Browse data sets by keyword:</h3>
|
|
128 | 128 |
<ul> |
129 | 129 |
<xsl:apply-templates select="//param[@name='keyword' and not(. = preceding::param) and not(normalize-space(.) = '')]"> |
130 | 130 |
<xsl:sort select="."/> |
Also available in: Unified diff
Added a browse stylesheet that indexes data sets by keyword, creator, and
organization, all on one page. Use style=browse to access.
Some minor formatting improvements to keyword index, and change style
setting to style=keywords to access.