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] Problem with tgroup width using XSTL


I think originally this was seen as a limitation of the HTML table model,
which does not have a tgroup child of its table element. So the stylesheet
just output separate tables for each tgroup. But on further thought, this
could be accomplished in HTML by putting the individual tgroup tables into a
wrapper table, one table per row with their widths set to 100%.

If you have an account on SourceForge, you could file a feature request to
get this in the queue to be implemented.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Vladimir Prus" <ghost@cs.msu.su>
To: <docbook-apps@lists.oasis-open.org>
Sent: Tuesday, March 30, 2004 1:05 AM
Subject: [docbook-apps] Problem with tgroup width using XSTL


>
> Hello,
> I'm trying to use a table with several tgroup inside it, and resulting
HTML is
> somewhat wrong.
>
> The documentation for 'tgroup'
>
>     http://www.docbook.org/tdg/en/html/tgroup.html
>
> refers to
>
>     http://www.oasis-open.org/specs/a502.htm
>
> for processing expectation, and the latter document says:
>
>     All <tgroup>s of a <table> shall have the same width, so the <table>
frame
>     can surround them uniformly.
>
> Yet, when I try the attached snippet with the latest XSTL stylesheet from
> sourceforge, I get distinct HTML tables for each tgroup. The result, which
> can be seen at the bottom of
>
>     http://zigzag.cs.msu.su:7813/program_options/html/bad.html
>
> is not as pleasant as I'd expect. Am I doing something wrong or XSTL
> stylesheet is wrong?
>
> - Volodya
>
>
> 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]