Bug 461222 - template creates an Author_Group.xml file using a banned tag
Summary: template creates an Author_Group.xml file using a banned tag
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Publican
Classification: Community
Component: publican
Version: 2.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeff Fearn 🐞
QA Contact: Michael Hideo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-09-05 04:53 UTC by Lana Brindley
Modified: 2013-10-23 23:08 UTC (History)
3 users (show)

Fixed In Version: 0.37
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-09-09 04:17:39 UTC
Embargoed:


Attachments (Terms of Use)

Description Lana Brindley 2008-09-05 04:53:47 UTC
Description of problem:
When creating a book with create_book, the generated Author_Group.xml file contains a <corpauthor> tag, which will break a build.

Version-Release number of selected component (if applicable):
publican-0.36-6.el5

How reproducible:
Every time

Steps to Reproduce:
1. Run create_book
2. Navigate to the Author_Group.xml file
3. See banned tags
  
Actual results:
<authorgroup>
	<corpauthor>FF0000 Headgear Documentation Group</corpauthor>
	<author>
		<firstname>Dude</firstname>
		<surname>McDude</surname>
		<affiliation>
			<orgname>My Org</orgname>
			<orgdiv>Best Div in the place</orgdiv>
		</affiliation>
		<email>dude.mcdude</email>
	</author>
</authorgroup>


Expected results:
<authorgroup>
	<author>
		<firstname>Dude</firstname>
		<surname>McDude</surname>
		<affiliation>
			<orgname>My Org</orgname>
			<orgdiv>Best Div in the place</orgdiv>
		</affiliation>
		<email>dude.mcdude</email>
	</author>
</authorgroup>


Additional info:

Comment 1 Jeff Fearn 🐞 2008-09-09 04:17:39 UTC
corpauthor isn't banned, but unless it is set-up correctly it breaks the PDF generation. Removed invalid examples from all Templates.


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