We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2bb0d9 commit 4811e0cCopy full SHA for 4811e0c
1 file changed
rules/lina.rnc
@@ -7,7 +7,10 @@ start =
7
element title { text },
8
element subtitle { text }?,
9
element genretitle { text }?,
10
- element author { text },
+ element author {
11
+ attribute key { text }?,
12
+ text
13
+ },
14
element date {
15
attribute when { xsd:int }?,
16
attribute type { "print" | "premiere" | "written" }?,
0 commit comments