source: BOOK/testpart.xml @ d17cfb8

Last change on this file since d17cfb8 was d17cfb8, checked in by Joe Ciccone <jciccone@…>, 13 years ago

Added another test case to the test part.

  • Property mode set to 100644
File size: 1.8 KB
RevLine 
[4fe47e3]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "general.ent">
5  %general-entities;
6]>
7
8  <part id="part0" xmlns:c="http://schema.cross-lfs.org/book">
9    <?dbhtml filename="part0.html"?>
10    <title>Test Part</title>
11
12    <chapter>
13      <?dbhtml dir="chapter0"?>
14      <?dbhtml filename="chapter0.html"?>
15      <title>Chapter 0</title>
16
17      <sect1>
18        <?dbhtml filename="sect0.html"?>
19        <title>Sect 0</title>
20        <para>Testing... 1.. 2.. 3..</para>
21      </sect1>
22
23      <c:package id="blah" c:multibuild="false">
24        <sect1>
25          <title>Blah</title>
26
27          <para>Testing... 1.. 2.. 3..</para>
28
29        </sect1>
30      </c:package>
31
32      <c:package id="blarg" c:multibuild="true">
33        <sect1>
34          <title>Blarg
35            <phrase c:multilib="true">
36              <phrase c:bits="32"> - 32Bit</phrase>
37              <phrase c:bits="n32"> - N32</phrase>
38              <phrase c:bits="64"> - 64Bit</phrase>
39            </phrase>
40          </title>
41
42          <para>Testing... 1.. 2.. 3..</para>
43
[d17cfb8]44          <para c:multilib="true" c:bits="64">This is for 64bit multilib only</para>
45
[4fe47e3]46          <para c:bits="32,n32">Only 32,N32</para>
47
48<screen c:bits="32"><userinput>echo 32bit Build</userinput></screen>
49
50          <para c:bits="64">Only 64</para>
51
52<screen c:bits="64"><userinput>echo 64bit Build</userinput></screen>
53
54          <sect2>
55            <title>Hi There</title>
56
57            <para>You should always see me</para>
58
59            <para c:bits="32" c:multilib="true">You will only see me on multilib 32bit</para>
60          </sect2>
61
62        </sect1>
63      </c:package>
64
65    </chapter>
66
67  </part>
Note: See TracBrowser for help on using the repository browser.