|
User GuideNamesubjects.format — controls formatting of the subjects element Applies ToThis parameter controls the formatting of the subjects element in all output formats. Possible ValuesPossible 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>
|