book title in titleStmt/title doesn't appear
Posted by sarneil on 13 Jul 2012 in Activity log
Any title (film, book, etc.) inserted in a <title> element within the titleStmt/title element does not show on the screen (see files sngl1 & sngl2)
Temporary improvement:
Modified the code in player.xql 40 from
let $title := $movie//tei:titleStmt/tei:title/text()
to
let $title := $movie//tei:titleStmt/tei:title/text() | $movie//tei:titleStmt/tei:title/tei:title/text()
Problem is that I eventually want to style any embedded titles, and the current approach isn't going to support that. I'll have to do some research to figure out how to parse the titleStmt element rather than just grab its text.
This entry was posted by Stewart and filed under Activity log.