docbook-apps

  • 1.  colspec & colwidth in informaltable

    Posted 08-13-2007 16:12
    Is there any special I need to do to get the colwidth attribute to colspec
    to be processed? No matter what I set it to be, I get the same widths.
    Here's a snippet:

    <informaltable pgwide="1">
    <tgroup cols="3" colsep="1" rowsep="1">
    <colspec colnum="1" colname="c1" colwidth="2*"/>
    <colspec colnum="2" colname="c2" colwidth="1*"/>
    <colspec colnum="3" colname="c3" colwidth="5*"/>


    I've tried it with '*' for proportional widths, inches, nothing seems to
    work.




  • 2.  RE: [docbook-apps] colspec & colwidth in informaltable

    Posted 08-13-2007 20:31
    Please tell us more about your environment. What version of the xslts?
    What output format? And so on.

    David

    > -----Original Message-----
    > From: news [mailto:news@sea.gmane.org] On Behalf Of
    > JRancier@penntraffic.com
    > Sent: Monday, August 13, 2007 11:12 AM
    > To: docbook-apps@lists.oasis-open.org
    > Subject: [docbook-apps] colspec & colwidth in informaltable
    >
    > Is there any special I need to do to get the colwidth
    > attribute to colspec to be processed? No matter what I set
    > it to be, I get the same widths.
    > Here's a snippet:
    >
    > <informaltable pgwide="1">
    > <tgroup cols="3" colsep="1" rowsep="1">
    > <colspec colnum="1" colname="c1" colwidth="2*"/>
    > <colspec colnum="2" colname="c2" colwidth="1*"/>
    > <colspec colnum="3" colname="c3" colwidth="5*"/>
    >
    >
    > I've tried it with '*' for proportional widths, inches,
    > nothing seems to work.
    >
    >
    > ---------------------------------------------------------------------
    > To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
    > For additional commands, e-mail:
    > docbook-apps-help@lists.oasis-open.org
    >
    >



  • 3.  RE: [docbook-apps] colspec & colwidth in informaltable

    Posted 08-17-2007 19:23
    > -----Original Message-----
    > From: JRancier@penntraffic.com

    > Is there any special I need to do to get the colwidth
    > attribute to colspec
    > to be processed? No matter what I set it to be, I get the
    > same widths.
    > Here's a snippet:
    >
    > <informaltable pgwide="1">
    > <tgroup cols="3" colsep="1" rowsep="1">
    > <colspec colnum="1" colname="c1" colwidth="2*"/>
    > <colspec colnum="2" colname="c2" colwidth="1*"/>
    > <colspec colnum="3" colname="c3" colwidth="5*"/>
    >
    >
    > I've tried it with '*' for proportional widths, inches,
    > nothing seems to
    > work.


    I assume that you are generating HTML output. In that case, the tablecolumns
    extension must be used if you want to set column widths. The details are
    here:
    http://www.sagehill.net/docbookxsl/ColumnWidths.html

    Mauritz