Update oai pmh authored by Peter Toth's avatar Peter Toth
...@@ -69,7 +69,7 @@ For the element langstring the attribute xml:lang is used. ...@@ -69,7 +69,7 @@ For the element langstring the attribute xml:lang is used.
> Hint: The repository has to ensure that the language code corresponds to the text of the element to pass the accessibility check! > Hint: The repository has to ensure that the language code corresponds to the text of the element to pass the accessibility check!
### x-none ### x-none
"x-none" is used for strings without language identification. "x-none" is used for strings without language identification (controlled vocabular).
```xml ```xml
<lom:value> <lom:value>
<lom:langstring xml:lang="x-none">Author</lom:langstring> <lom:langstring xml:lang="x-none">Author</lom:langstring>
... ...
......