diff options
author | Shaun McCance <shaunm@src.gnome.org> | 2004-05-05 23:05:36 +0000 |
---|---|---|
committer | Shaun McCance <shaunm@src.gnome.org> | 2004-05-05 23:05:36 +0000 |
commit | 7196ed1130c782370608adf8878326e283503f8b (patch) | |
tree | 23b7b66496ec959835e2a264fa5f7d0a40a8327f /test/testdocs/table.004.xml | |
parent | c3522264602737de6d3d772aec50b96a146fc473 (diff) | |
download | yelp-xsl-7196ed1130c782370608adf8878326e283503f8b.tar.gz |
- Added docbook-testdocs
* configure.in:
* tests/Makefile.am:
* tests/testdocs/*:
- Added docbook-testdocs
* xslt/docbook/html/Makefile.am:
- Added db2html.xsl
* xslt/docbook/html/db2html-cmdsynopsis.xsl:
* xslt/docbook/html/db2html-info.xsl:
* xslt/rngdoc/rngdoc.xsl:
- Minor fixes and tab removal
* xslt/xsldoc/xsldoc.xsl:
- Avoiding use of default namespace, for #141532
Diffstat (limited to 'test/testdocs/table.004.xml')
-rw-r--r-- | test/testdocs/table.004.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/test/testdocs/table.004.xml b/test/testdocs/table.004.xml new file mode 100644 index 00000000..8b6d131e --- /dev/null +++ b/test/testdocs/table.004.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> +<article> +<articleinfo> +<title>Unit Test: table.004</title> +<releaseinfo role="CVS">$Id$</releaseinfo> +<author><firstname>Norman</firstname><surname>Walsh</surname> + <affiliation><address><email>ndw@nwalsh.com</email></address></affiliation> +</author> +</articleinfo> + +<informaltable frame="none"> +<tgroup cols="2"> +<colspec colname="col2" colnum="2" rowsep="1"/> +<tbody> +<row> +<entry>foo</entry> +</row> +<row> +<entry>foo</entry><entry>bar</entry> +</row> +<row> +<entry>foo</entry> +</row> +</tbody> +</tgroup> +</informaltable> + +</article> |