srophe / srophe-eXist-app

DEPRECATED eXist code for Syriaca.org: The Syriac Reference Portal
GNU General Public License v3.0
10 stars 11 forks source link

Comma separate multiple glosses in a single language in Taxonomy module #1045

Closed dlschwartz closed 7 years ago

dlschwartz commented 7 years ago

@wsalesky See http://wwwb.library.vanderbilt.edu/exist/apps/srophe/keyword/anchorites. When we have multiple English (or any other language) glosses they each appear as separate lines. Can we group these by language and comma separate them? Right now this is encoded as follows: `

eremites
        </gloss>
        <gloss xml:lang="en">
           <term>hermits</term>
        </gloss>`

Please let me know if I should make changes here, such as putting multiple term elements inside a single gloss xml:lang="x" element.

Thanks Winona.

wsalesky commented 7 years ago

Done.

dlschwartz commented 7 years ago

Brilliant! Thanks.