OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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/.
>
>
>




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]