1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
<!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<set><title>The Perl Series</title>
<setinfo>
<corpauthor>O'Reilly & Associates, Inc.</corpauthor>
</setinfo>
<book><title>Learning Perl</title>
<chapter><title>...</title><para>...</para></chapter>
</book>
<book><title>Programming Perl</title>
<chapter><title>...</title><para>...</para></chapter>
</book>
<book><title>Advanced Perl Programming</title>
<chapter><title>...</title><para>...</para></chapter>
</book>
</set>
|