Bug 915424 - DocBook 5 <personname> tag should not generate WARNING
Summary: DocBook 5 <personname> tag should not generate WARNING
Keywords:
Status: CLOSED DUPLICATE of bug 915428
Alias: None
Product: Publican
Classification: Community
Component: publican
Version: 3.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jeff Fearn 🐞
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-02-25 17:40 UTC by Fintan Bolton
Modified: 2016-08-16 01:27 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-07-17 11:11:02 UTC
Embargoed:


Attachments (Terms of Use)

Description Fintan Bolton 2013-02-25 17:40:51 UTC
Publican emits a WARNING for the <personname> tag. This tag is required by DocBook 5, however, because DB5 requires you to wrap the <firstname> and <surname> tags inside this element e.g:

DocBook 5:

<author>
    <personname>
        <firstname>JBoss Fuse</firstname>
        <surname>Doc Team</surname>
    </personname>
    ...
</author>


DocBook 4:

<author>
    <firstname>JBoss Fuse</firstname>
    <surname>Doc Team</surname>
    ...
</author

Comment 1 Jeff Fearn 🐞 2013-07-17 11:11:02 UTC

*** This bug has been marked as a duplicate of bug 915428 ***


Note You need to log in before you can comment on or make changes to this bug.