Changes
Page history
Update oai pmh
authored
Mar 02, 2023
by
Peter Toth
Show whitespace changes
Inline
Side-by-side
oai-pmh.md
View page @
16a7e9ac
...
...
@@ -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>
...
...
...
...
...