嗨,我想创建一个 HTML 表格,在一列中显示数字(年),在第二列中显示数据。下面是我的xslt。我真的很困惑,因为他们有相同的标签。
<chapter>
<row>
<entry>
<para>1984</para>
</entry>
<entry>
<para>International Business Companies Act passed into
law.</para>
</entry>
</row>
<row>
<entry>
<para>2004</para>
</entry>
<entry>
<para>BVI Business Companies Act passed into law, coming into
force on 1 January 2005.</para>
</entry>
</row>
<row>
<entry>
<para>2005</para>
</entry>
<entry>
<para>All three corporate statutes exist in parallel and it is
possible to incorporate companies under any of them.</para>
</entry>
</row>
<row>
<entry>
<para>2006</para>
</entry>
<entry>
<para>Incorporation provisions in the International Business
Companies Act and the Companies Act are repealed on 31 December
2005; the Acts remain in force but new companies may only be
incorporated under the BVI Business Companies Act.</para>
</entry>
</row>
</chapter>
谢谢