Forgot a few files, fixed a message, Daniel

This commit is contained in:
Daniel Veillard 2001-02-24 20:35:20 +00:00
parent b22276294f
commit 0174916320
4 changed files with 96 additions and 1 deletions

View File

@ -95,7 +95,7 @@ dnl
dnl find libxml
dnl
XML_CONFIG="xml2-config"
AC_MSG_CHECKING(for libxml libraries >= 2.3.1)
AC_MSG_CHECKING(for libxml libraries >= 2.3.2)
if test "x$LIBXML_PREFIX" != "x"
then
if ${LIBXML_PREFIX}/bin/xml2-config --libs print > /dev/null 2>&1

View File

@ -0,0 +1,26 @@
<?xml version='1.0'?>
<!DOCTYPE article SYSTEM "dbtblcals.dtd">
<article><title>Table Test</title>
<!-- This table is valid in both models; this is just to exercise the DTD. -->
<informaltable id="foo" role="test">
<tgroup cols="1">
<tbody>
<row>
<entry>foo</entry></row>
<row><entry>bar</entry></row>
</tbody>
</tgroup>
</informaltable>
<table id="bar" role="test"><title>bar</title>
<tgroup cols="1">
<tbody>
<row><entry>bar</entry></row>
</tbody>
</tgroup>
</table>
</article>

View File

@ -0,0 +1,26 @@
<?xml version='1.0'?>
<!DOCTYPE article SYSTEM "dbtblxchg.dtd">
<article><title>Table Test</title>
<!-- This table is valid in both models; this is just to exercise the DTD. -->
<informaltable id="foo" role="test">
<tgroup cols="1">
<tbody>
<row>
<entry>foo</entry></row>
<row><entry>bar</entry></row>
</tbody>
</tgroup>
</informaltable>
<table id="bar" role="test"><title>bar</title>
<tgroup cols="1">
<tbody>
<row><entry>bar</entry></row>
</tbody>
</tgroup>
</table>
</article>

View File

@ -0,0 +1,43 @@
<?xml version='1.0'?>
<!DOCTYPE book PUBLIC "-//Norman Walsh//DTD DocBk XML V3.1.7//EN"
"docbookx.dtd">
<book><title>foo</title>
<chapter><title>bar</title>
<para>
foo
</para>
<informaltable>
<tgroup cols="1">
<tbody>
<row>
<entry>foo</entry></row>
<row><entry>bar</entry></row>
</tbody>
</tgroup>
</informaltable>
<table><title>bar</title>
<tgroup cols="1">
<tbody>
<row><entry>bar</entry></row>
</tbody>
</tgroup>
</table>
</chapter>
<glossary>
<glossentry><glossterm>foo</glossterm>
<indexterm><primary>foo</primary></indexterm>
<glossdef>
<para>
Some appropriate definition goes here.
</para>
</glossdef>
</glossentry>
</glossary>
</book>