I figured this out on my own. I'm not using this syntax: 45904 <sectioninfo> 45905 <authorgroup> 45906 <author> 45907 <firstname>D. Ruth</firstname> 45908 <surname>Bavousett</surname> 45909 <affiliation> 45910 <orgname>ByWater Solutions</orgname> 45911 </affiliation> 45912 </author> 45913 45914 <editor> 45915 <firstname>Nicole C.</firstname> 45916 <surname>Engard</surname> 45917 </editor> 45918 </authorgroup> 45919 45920 <pubdate>2012</pubdate> 45921 </sectioninfo> and it appears like this: http://manual.koha-community.org/3.12/en/oclcappendix.html I'll update the other areas soon. Nicole On Mon, Mar 10, 2014 at 8:30 AM, Nicole Engard <nengard@gmail.com> wrote:
Hi all,
I'm not sure who manages the Docbook to HTML script (I do know that Bernardo does the PDF one) but I'd love to see the 'authors' broken down by role. For example:
http://manual.koha-community.org/3.12/en/oclcappendix.html
The sectioninfo is:
45887 <sectioninfo> 45888 <author> 45889 <firstname>D. Ruth</firstname> 45890 45891 <surname>Bavousett</surname> 45892 </author> 45893 45894 <affiliation> 45895 <orgname>ByWater Solutions.com</orgname> 45896 </affiliation> 45897 45898 <othercredit role="copyeditor"> 45899 <firstname>Nicole C.</firstname> 45900 45901 <surname>Engard</surname> 45902 45903 <contrib>Changed content where necessary.</contrib> 45904 </othercredit> 45905 45906 <pubdate>2012</pubdate> 45907 </sectioninfo>
It'd be nice if the 'copyeditor' or 'other credit' info shows so that it was clear who was the author and who was the editor in some of these chapters/appendices.
Anyone up for the challenge?
Thanks Nicole