- npm updates, delete cd 0.3.3

- aslo add collection for GetRecord request
- add src/utils/utility-functions.ts
- don't create empty xml caches
This commit is contained in:
Arno Kaimbacher 2022-12-06 13:52:55 +01:00
parent ea568123f1
commit 10b1fb0c86
10 changed files with 133 additions and 77 deletions

View file

@ -65,7 +65,7 @@
<!-- root template -->
<xsl:template match="/">
<html>
<head>
<head>
<title>TETHYS OAI 2.0 Request Results</title>
<!-- <style><xsl:call-template name="style"/></style> -->
<link rel="stylesheet" type="text/css" href="assets/style.css" />
@ -76,7 +76,7 @@
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png"/>
<link rel="manifest" href="/images/favicon/site.webmanifest"/>
<link rel="mask-icon" href="/images/favicon/safari-pinned-tab.svg" color="#5bbad5"/> -->
<link rel="shortcut icon" href="/images/favicon/favicon.ico"/>
<link rel="shortcut icon" href="/images/favicon/favicon.ico"/>
<!-- <style>h2{font-size:22pt;text-decoration:underline}para{color:green}</style> -->
</head>