This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [docbook-apps] Problems with rowsep & colsep in informaltable


Actually, that should work. It works when the colsep and rowsep
attributes are on the tgroup element.  I consider it a bug that it
doesn't work on the table or informaltable element since the
DTD supports those attributes.

Bob Stayton
Sagehill Enterprises
bobs@sagehill.net


----- Original Message ----- 
From: "Christof M. von Ah" <Christof.vonAh@gmx.ch>
To: <docbook-apps@lists.oasis-open.org>
Sent: Monday, January 19, 2004 11:05 AM
Subject: [docbook-apps] Problems with rowsep & colsep in informaltable


> Hi,
>
> I'm about to write a book and want to make the table border as well as the
> row and column borders invisible.
> This works fine in HTML output but not in PDF output (which I'm much more
> interested in). In PDF output, frame="none" works fine, the rowsep and
> colsep commands get somehow just ignored, i.e. in the PDF file the row and
> column borders are still visible.
>
> The xml-file looks as follows:
>
> <?xml version="1.0" encoding="ISO-8859-15"?>
> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
>                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";>
> <book lang="de">
> <chapter>
> <title>Informaltable</title>
> <informaltable frame="none" rowsep="0" colsep="0">
> <tgroup cols="3">
> <tbody>
> <row>
> <entry>1.1</entry>
> <entry>1.2</entry>
> <entry>1.3</entry>
> </row>
> <row>
> <entry>2.1</entry>
> <entry>2.2</entry>
> <entry>2.3</entry>
> </row>
> <row>
> <entry>3.1</entry>
> <entry>3.2</entry>
> <entry>3.3</entry>
> </row>
> </tbody>
> </tgroup>
> </informaltable>
> </chapter>
> </book>
>
> I use SAXON Version 6.5.3 and FOP 0.20.5
>
> I'm quite a DocBook novice so any help is appreciated!
> Thanks,
> Christof
>
>
>
> To unsubscribe from this list, send a post to
docbook-apps-unsubscribe@lists.oasis-open.org, or visit
http://www.oasis-open.org/mlmanage/.
>
>
>



To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]