subjects.format — controls formatting of the subjects
element
Possible values include comma
(the default) and
table
.
The examples below show how a <subjects>
section like this would be rendered:
<subjects> <subject> <title>English</title> <result>C</result> </subject> <subject> <title>Science</title> <result>A</result> </subject> <subject> <title>Math</title> <result>B-</result> </subject> </subjects>