DCLP / dclpxsltbox

Sandbox for development, testing, and review of XSLT for DCLP
http://dclp.github.io/dclpxsltbox/
1 stars 5 forks source link

Add xml:lang info to files #365

Closed jcowey closed 5 years ago

jcowey commented 5 years ago

Using the spreadsheet Language4litOstraca

https://docs.google.com/spreadsheets/d/1vRV4gai4x9SRpNwn1o87mZba2AEDCQLuhyAvxDm3V-A/edit#gid=0

please change the edition div to include the relevant language info.

E.g.

https://github.com/DCLP/idp.data/blob/master/DCLP/64/63420.xml#L97

<div type="edition" xml:space="preserve"/>

should become

<div xml:lang="grc" type="edition" xml:space="preserve">

(see row 612 in the spreadsheet)

use the values in column C

jcowey commented 5 years ago

Please commit directly to DCLP master.

jcowey commented 5 years ago

https://github.com/DCLP/idp.data/commit/1d3d28a4d1887525d28b6af0870b6c6e998a9f4e

jcowey commented 5 years ago

This can now be closed