mirror of
https://github.com/darlinghq/darling-libxslt.git
synced 2024-12-02 17:06:29 +00:00
Forgot a few files, fixed a message, Daniel
This commit is contained in:
parent
b22276294f
commit
0174916320
@ -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
|
||||
|
26
tests/docbook/dtd/3.1.7/tblcals.xml
Normal file
26
tests/docbook/dtd/3.1.7/tblcals.xml
Normal 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>
|
||||
|
26
tests/docbook/dtd/3.1.7/tblxchg.xml
Normal file
26
tests/docbook/dtd/3.1.7/tblxchg.xml
Normal 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>
|
||||
|
43
tests/docbook/dtd/3.1.7/test.xml
Normal file
43
tests/docbook/dtd/3.1.7/test.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user