You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hubendubler edited this page Sep 24, 2018
·
5 revisions
titlestmt
The titlestmt element provides info about the movie title. It is the parent of one or more title elements that can provide the title as well as sub-titles in multiple languages.
Definition
titlestmt {
title {
attribute lang { text }? # language
attribute type { "title" | "subtitle" }? # context of title
}*
}
Usage
<titlestmt>
<title>Father and Daughter</title>
</titlestmt>
<titlestmt>
<titlelang="en">The Lord of the Rings: The Fellowship of the Ring</title>
<titlelang="de">Der Herr der Ringe - Die Gefährten</title>
</titlestmt>