Chunking
Chunking is the process of combining two or more individual dita topics into a single view once rendered.
Chunking Two Topics-Nested or UnNested
<map>
<title>Tasks</title>
<topichead chunk="to-content">
<topicref href="c_tasksconcept.dita">
<topicref href="t_taskstask.dita"/>
</topicref>
</topichead>
</map> Note: If you're chunking content where it wasn't previously chunked, you may want to review reltables to see if they still make sense.
Chunking a Group of Topics
<map id="ditamap-7208">
<title>Getting Started with General Accounting</title>
<topicref chunk="to-content" href="c_acctg_getting_started.dita">
<topicgroup>
<topicref href="../Ledger_Setup/c_ledger_setup.dita">
<topicref href="../Ledger_Setup/r_accounting_setting_descriptions.dita"/>
</topicref>
<topicref href="../Accounting_Roles/t_add_an_accounting_user.dita">
<topicref href="../Accounting_Roles/c_accounting_roles_and_permissions.dita"/>
</topicref>
<topicref href="../Ledger_Setup/t_set_up_realm_accounting.dita">
<topicref href="../Ledger_Setup/t_update_your_tax_year.dita"/>
<topicref href="../Ledger_Setup/t_allow_posting_to_the_13th_month.dita"/>
</topicref>
<topicref href="../Ledger_Setup/Account_Segments/c_account_segments.dita">
<topicref href="../Ledger_Setup/Account_Segments/t_add_ledger_funds.dita"/>
<topicref href="../Ledger_Setup/Account_Segments/t_add_core_accounts.dita">
<topicref href="../Ledger_Setup/Account_Segments/t_set_up_core_accounts_for_credit_cards.dita"/>
</topicref>
<topicref href="../Ledger_Setup/Account_Segments/t_add_departments.dita"/>
<topicref href="../Ledger_Setup/Account_Segments/t_add_custom_segment_entries.dita"/>
</topicref>
<topicref href="../Ledger_Setup/Bank_Accounts/t_add_a_bank_account.dita">
<topicref href="../Ledger_Setup/Bank_Accounts/t_set_up_a_credit_card_account.dita"/>
</topicref>
<topicref href="../../Giving/Giving_Funds/t_add_a_giving_fund.dita"/>
<topicref href="../Ledger_Setup/Beginning_Balances/c_beginning_balances.dita">
<topicref href="../Ledger_Setup/Beginning_Balances/t_enter_beginning_balances.dita"/>
</topicref>
</topicgroup>
</topicref>
</map>