[seam-issues] [JBoss JIRA] Issue Comment Edited: (SEAMCATCH-36) Add front matter to reference guide
Dan Allen (JIRA)
jira-events at lists.jboss.org
Wed Jan 5 12:21:17 EST 2011
[ https://issues.jboss.org/browse/SEAMCATCH-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573531#comment-12573531 ]
Dan Allen edited comment on SEAMCATCH-36 at 1/5/11 12:19 PM:
-------------------------------------------------------------
Basically you just need to copy/paste from either Servlet or Faces.
Here's what you need in master
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="book_info.xml" />
<toc />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml"/>
...
book_info.xml has author_group.xml, which is:
<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" []>
<authorgroup>
<author>
<firstname>Jason</firstname>
<surname>Porter</surname>
</author>
<author>
<firstname>Dan</firstname>
<surname>Allen</surname>
</author>
<!--
vim:et:ts=3:sw=3:tw=120
-->
</authorgroup>
And the introduction.xml should be:
<preface id="intro">
<title>Introduction</title>
<para>...</para>
</preface>
was (Author: dan.j.allen):
Basically you just need to copy/paste from either Servlet or Faces.
Here's what you need:
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="book_info.xml" />
<toc />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml"/>
...
And the introduction.xml should be:
<preface id="intro">
<title>Introduction</title>
<para>...</para>
</preface>
> Add front matter to reference guide
> -----------------------------------
>
> Key: SEAMCATCH-36
> URL: https://issues.jboss.org/browse/SEAMCATCH-36
> Project: Seam Catch
> Issue Type: Feature Request
> Components: Documentation
> Affects Versions: 3.0.0.Alpha3
> Reporter: Dan Allen
> Assignee: Jason Porter
> Priority: Minor
> Fix For: 3.0.0.Alpha4
>
>
> Add the front matter stuff like book_info.xml with the list of authors to the reference guide.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list