xref: /PHP-7.2/ext/xsl/tests/xslt.xml (revision acd5eb24)
1<?xml version='1.0'  encoding="iso-8859-1" ?>
2<chapter language="en">
3    <title language="en">Title</title>
4    <para language="ge">
5
6<!-- comment -->
7        <informaltable>
8            <tgroup cols="3">
9                <tbody>
10                    <row>
11                        <entry>a1</entry>
12                        <entry morerows="1">b1</entry>
13                        <entry>c1</entry>
14                    </row>
15                    <row>
16                        <entry>a2</entry>
17                        <entry>c2</entry>
18                    </row>
19                    <row>
20                        <entry>�3</entry>
21                        <entry>b3</entry>
22                        <entry>c3</entry>
23                    </row>
24                </tbody>
25            </tgroup>
26        </informaltable>
27    </para>
28</chapter>
29