[seam-issues] [JBoss JIRA] Commented: (SEAMCATCH-36) Add front matter to reference guide

Dan Allen (JIRA) jira-events at lists.jboss.org
Wed Jan 5 12:19:18 EST 2011


    [ https://issues.jboss.org/browse/SEAMCATCH-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573531#comment-12573531 ] 

Dan Allen commented on SEAMCATCH-36:
------------------------------------

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