Am Sonntag, 25. Juli 2010, um 16:49:34 schrieb Jack: > Good morning, > > I'm working on the docs for KMyMoney, and am converting the author > information to entities. > > In index.docbook, everything matches what I find as examples in > template.docboook. > > However, in many of the chapters, I'm finding > <author><firstname>A</firstname><surname>B</surname> > > <affiliation><address><email>ab at c.org</email></address></affiliation> > </author> > > Is the use of the affiliation and address tags correct here? Should I > leave or remove them? > There was a thread and explanation of this issue sometime ago here: http://lists.kde.org/?l=kde-docbook&m=122556813815680&w=2
Short summary: affiliation is deprecated, use personname like template.docboook: <author> <personname> <firstname>George</firstname> <othername>N.</othername> <surname>Ugnacious</surname> </personname> <email>gnu at kde.org</email> </author> -- Burkhard L?ck
