Added asciiFullname and asciiSurname attributes to the XML submission test template.
- Legacy-Id: 16748
This commit is contained in:
parent
125ec9b3b7
commit
466bd0675e
|
@ -5,7 +5,7 @@
|
|||
<front>
|
||||
<title>%(title)s</title>
|
||||
<seriesInfo name="Internet-Draft" value="%(name)s"/>
|
||||
<author fullname="%(author)s" initials="%(initials)s" surname="%(surname)s">
|
||||
<author asciiFullname="%(asciiAuthor)s" fullname="%(author)s" initials="%(initials)s" asciiSurname="%(asciiSurname)s" surname="%(surname)s">
|
||||
<organization>Test Centre Inc.</organization>
|
||||
<address>
|
||||
<postal>
|
||||
|
|
Loading…
Reference in a new issue