Update oai pmh authored by Peter Toth's avatar Peter Toth
......@@ -73,7 +73,7 @@ oerhub.at usees the FQDN as identifier and catalog
```xml
<header>
<identifier>oai:<$FQDN>:<$ObjID></identifier>
<identifier>oai:$FQDN:$ObjID</identifier>
<datestamp>2023-02-10T13:34:53Z</datestamp>
</header>
```
......@@ -89,9 +89,9 @@ example:
```xml
<lom:general>
<lom:identifier>
<lom:catalog><gecko.aau.at><$FQDN></lom:catalog>
<lom:catalog><gecko.aau.at>$FQDN</lom:catalog>
<lom:entry>
<lom:langstring xml:lang="x-none"><$ObjID></lom:langstring>
<lom:langstring xml:lang="x-none">$ObjID</lom:langstring>
</lom:entry>
</lom:identifier>
...
......
......