We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4dfe35 commit 075d554Copy full SHA for 075d554
CHANGES.md
@@ -1,5 +1,10 @@
1
# Changes
2
3
+## 0.9.0
4
+
5
+- adds `xsl/rdf/viaf.xsl` for transforming RDF/XML from viaf.org to
6
+ TEI person or place entries in a registry file
7
8
## 0.8.1
9
10
- publishing on github
README.md
@@ -2,6 +2,9 @@
This is an XSLT library for transforming various input formats to TEI-XML. Input formats include
+- RDF/XML from [viaf.org](http://viaf.org) to person or place entries
+ in a TEI registry file based on viaf identifiers:
+ [XSLT](xsl/rdf/viaf.xsl) [Wiki](../../wikis/viaf)
- [USX](https://ubsicap.github.io/usx/) as used by *Deutsche
Bibelgesellschaft*, currently transforming USX 3.0 documents to TEI
P5: [XSLT](xsl/usx) [Wiki](../../wikis/usx)
0 commit comments