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