diff options
Diffstat (limited to 'versification/canon.classical.xml')
-rw-r--r-- | versification/canon.classical.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/versification/canon.classical.xml b/versification/canon.classical.xml new file mode 100644 index 0000000..0a25f8d --- /dev/null +++ b/versification/canon.classical.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<collection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="canon.xsd"> +<!-- Collection name: classical --> + + + <!-- Josephus --> + + <book> + <id>Ant</id> + <name>Jewish Antiquities</name> + </book> + <book> + <id>Apion</id> + <name>Against Apion</name> + </book> + <book> + <id>Life</id> + <name>Life of Josephus</name> + </book> + <book> + <id>War</id> + <name>Jewish Wars</name> + </book> + +</collection> |