1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd"> 3<article id="table_tests" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" 4 xmlns:xi="http://www.w3.org/2001/XInclude"> 5 <title>Table 1.5</title> 6 <table frame="all" id="table_tests.table1"> 7 <title>Table 1</title> 8 <tgroup cols="1"> 9 <thead> 10 <row> 11 <entry> 12 <para> 13 Heading 14 </para> 15 </entry> 16 </row> 17 </thead> 18 <tbody> 19 <row> 20 <entry> 21 <para> 22 cell 23 </para> 24 </entry> 25 </row> 26 </tbody> 27 </tgroup> 28 </table> 29 <table frame="all" id="table_tests.table_2"> 30 <title>Table 2</title> 31 <tgroup cols="1"> 32 <thead> 33 <row> 34 <entry> 35 <para> 36 Heading 37 </para> 38 </entry> 39 </row> 40 </thead> 41 <tbody> 42 <row> 43 <entry> 44 <para> 45 cell 46 </para> 47 </entry> 48 </row> 49 </tbody> 50 </tgroup> 51 </table> 52 <informaltable frame="all"> 53 <tgroup cols="1"> 54 <thead> 55 <row> 56 <entry> 57 <para> 58 Heading 59 </para> 60 </entry> 61 </row> 62 </thead> 63 <tbody> 64 <row> 65 <entry> 66 <para> 67 cell 68 </para> 69 </entry> 70 </row> 71 </tbody> 72 </tgroup> 73 </informaltable> 74 <informaltable frame="all" id="table_tests.table4"> 75 <tgroup cols="1"> 76 <thead> 77 <row> 78 <entry> 79 <para> 80 Heading 81 </para> 82 </entry> 83 </row> 84 </thead> 85 <tbody> 86 <row> 87 <entry> 88 <para> 89 cell 90 </para> 91 </entry> 92 </row> 93 </tbody> 94 </tgroup> 95 </informaltable> 96 <table frame="all" id="table_tests._table5_"> 97 <title>-table5-</title> 98 <tgroup cols="1"> 99 <thead> 100 <row> 101 <entry> 102 <para> 103 Heading 104 </para> 105 </entry> 106 </row> 107 </thead> 108 <tbody> 109 <row> 110 <entry> 111 <para> 112 cell 113 </para> 114 </entry> 115 </row> 116 </tbody> 117 </tgroup> 118 </table> 119 <table frame="all" id="table_tests.title"> 120 <title>Title</title> 121 <tgroup cols="1"> 122 <thead> 123 <row> 124 <entry> 125 <para> 126 Heading 127 </para> 128 </entry> 129 </row> 130 </thead> 131 <tbody> 132 <row> 133 <entry> 134 <para> 135 cell 136 </para> 137 </entry> 138 </row> 139 </tbody> 140 </tgroup> 141 </table> 142 <table frame="all" id="table_tests.title0"> 143 <title>Title</title> 144 <tgroup cols="1"> 145 <thead> 146 <row> 147 <entry> 148 <para> 149 Heading 150 </para> 151 </entry> 152 </row> 153 </thead> 154 <tbody> 155 <row> 156 <entry> 157 <para> 158 cell 159 </para> 160 </entry> 161 </row> 162 </tbody> 163 </tgroup> 164 </table> 165 <table frame="all" id="table_tests.title_______containing_a_comment"> 166 <title>Title [/ ] containing a comment</title> 167 <tgroup cols="1"> 168 <thead> 169 <row> 170 <entry> 171 <para> 172 Heading 173 </para> 174 </entry> 175 </row> 176 </thead> 177 <tbody> 178 <row> 179 <entry> 180 <para> 181 cell 182 </para> 183 </entry> 184 </row> 185 </tbody> 186 </tgroup> 187 </table> 188 <table frame="all" id="table_tests.title1"> 189 <title>Title</title> 190 <tgroup cols="1"> 191 <thead> 192 <row> 193 <entry> 194 <para> 195 Heading 196 </para> 197 </entry> 198 </row> 199 </thead> 200 <tbody> 201 <row> 202 <entry> 203 <para> 204 cell 205 </para> 206 </entry> 207 </row> 208 </tbody> 209 </tgroup> 210 </table> 211 <table frame="all" id="table_tests.__title__"> 212 <title>[[Title]]</title> 213 <tgroup cols="1"> 214 <thead> 215 <row> 216 <entry> 217 <para> 218 Heading 219 </para> 220 </entry> 221 </row> 222 </thead> 223 <tbody> 224 <row> 225 <entry> 226 <para> 227 cell 228 </para> 229 </entry> 230 </row> 231 </tbody> 232 </tgroup> 233 </table> 234 <section id="table_tests.section1"> 235 <title><link linkend="table_tests.section1">Section 1</link></title> 236 <table frame="all" id="table_tests.section1.table1"> 237 <title>Table 1</title> 238 <tgroup cols="1"> 239 <thead> 240 <row> 241 <entry> 242 <para> 243 Heading 244 </para> 245 </entry> 246 </row> 247 </thead> 248 <tbody> 249 <row> 250 <entry> 251 <para> 252 cell 253 </para> 254 </entry> 255 </row> 256 </tbody> 257 </tgroup> 258 </table> 259 <table frame="all" id="table_tests.section1.a___b"> 260 <title>A & B</title> 261 <tgroup cols="2"> 262 <thead> 263 <row> 264 <entry> 265 <para> 266 A 267 </para> 268 </entry> 269 <entry> 270 <para> 271 B 272 </para> 273 </entry> 274 </row> 275 </thead> 276 <tbody> 277 <row> 278 <entry> 279 <para> 280 a 281 </para> 282 </entry> 283 <entry> 284 <para> 285 b 286 </para> 287 </entry> 288 </row> 289 </tbody> 290 </tgroup> 291 </table> 292 <table frame="all" id="table_tests.section1.empty_table"> 293 <title>Empty Table</title> 294 <tgroup cols="0"> 295 <tbody> 296 </tbody> 297 </tgroup> 298 </table> 299 <table frame="all" id="table_tests.section1.table_with_an_empty_cell"> 300 <title>Table with an empty cell</title> 301 <tgroup cols="1"> 302 <tbody> 303 <row> 304 <entry> 305 <para> 306 x 307 </para> 308 </entry> 309 </row> 310 </tbody> 311 </tgroup> 312 </table> 313 <table frame="all" id="table_tests.section1.indentation"> 314 <title>Indentation</title> 315 <tgroup cols="2"> 316 <thead> 317 <row> 318 <entry> 319 <para> 320 Header 1. Paragraph 1 321 </para> 322 <para> 323 Header 1. Paragraph 2 324 </para> 325 </entry> 326 <entry> 327 <para> 328 Header 2 329 </para> 330 </entry> 331 </row> 332 </thead> 333 <tbody> 334 <row> 335 <entry> 336 <para> 337 Row 1. Cell 1. 338 </para> 339 </entry> 340 <entry> 341 <para> 342 Row 1. Cell 2. 343 </para> 344 <para> 345 Row 1. Cell 2. Paragraph 2. 346 </para> 347 </entry> 348 </row> 349 </tbody> 350 </tgroup> 351 </table> 352 <table frame="all" id="table_tests.section1.nested_tables"> 353 <title>Nested Tables</title> 354 <tgroup cols="1"> 355 <thead> 356 <row> 357 <entry> 358 <para> 359 Header 1 360 </para> 361 </entry> 362 <entry> 363 <para> 364 Header 2 365 </para> 366 </entry> 367 </row> 368 </thead> 369 <tbody> 370 <row> 371 <entry> 372 <table frame="all" id="table_tests.section1.inner_table"> 373 <title>Inner Table</title> 374 <tgroup cols="2"> 375 <thead> 376 <row> 377 <entry> 378 <para> 379 1.1 380 </para> 381 </entry> 382 <entry> 383 <para> 384 1.2 385 </para> 386 </entry> 387 </row> 388 </thead> 389 <tbody> 390 <row> 391 <entry> 392 <para> 393 2.1 394 </para> 395 </entry> 396 <entry> 397 <para> 398 2.2 399 </para> 400 </entry> 401 </row> 402 </tbody> 403 </tgroup> 404 </table> 405 </entry> 406 </row> 407 <row> 408 <entry> 409 <para> 410 Something. 411 </para> 412 </entry> 413 </row> 414 </tbody> 415 </tgroup> 416 </table> 417 <anchor id="id1"/> 418 <table frame="all" id="table_tests.section1.table_with_anchors"> 419 <title>Table with anchors</title> 420 <tgroup cols="1"> 421 <thead> 422 <row> 423 <entry> 424 <para> 425 <anchor id="id2"/>a<anchor id="id3"/> 426 </para> 427 </entry> 428 </row> 429 </thead> 430 <tbody> 431 <row> 432 <entry> 433 <para> 434 b 435 </para> 436 </entry> 437 </row> 438 </tbody> 439 </tgroup> 440 </table> 441 </section> 442</article> 443