Jadual XSL-FO
XSL-FO menggunakan elemen <fo:table-and-caption>
Jadual (Jadual) XSL-FO
Model jadual XSL-FO tidak berbeza sepenuhnya daripada model jadual HTML.
Terdapat sembilan objek XSL-FO yang boleh digunakan untuk membuat jadual:
fo:table-and-caption
fo :table
fo:table-caption
fo:table-column
fo: table-header
fo:table-footer
fo:table-body
fo :table-row
fo:table-cell
XSL-FO menggunakan <fo:table-and -caption> elemen untuk menentukan jadual. Ia mengandungi <fo:table> dan elemen <fo:caption> pilihan. Elemen
<fo:table> mengandungi elemen <fo:table-column> pilihan, elemen <fo:table-header> , elemen <fo:table-body> dan elemen <fo:table-footer> pilihan. Setiap elemen ini mungkin mempunyai satu atau lebih elemen <fo:table-row> dan <fo:table-row> juga akan mempunyai satu atau Berbilang < ;fo:table-cell> elemen:
<fo:table>
< ;fo:table-column column-width="25mm"/>
<fo:table-column column-width="25mm"/>
<fo:table-header>
<fo :table-row>
<fo:table-cell>
<fo:block font-weight="bold">Car</fo:block>
< ;/fo:table- sel>
<fo:table-cell>
<fo:block font-weight="bold">Harga</fo:block>
</fo :table-cell>
</fo:table-row>
</fo:table-header>
<fo:table-body>
<fo: table-row>
<fo:table-cell>
<fo:block>Volvo</fo:block>
</fo:table-cell>
<fo: table-cell>
<fo:block>$50000</fo:block>
</fo:table-cell>
</fo:table-row>
<
<fo:table-cell>
<fo:block>SAAB</fo:block>
</fo:table-cell>
< fo:table-cell>
<fo:block>$48000</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table -body>
</fo:table>
</fo:table-and-caption>
Keluaran kod di atas kelihatan seperti ini:
Car | Price |
---|---|
Volvo | 000 |
SAAB | 000 |