Hi,
it seems that tables are now broken in Boost.Book. When I add text like

  <table>
      <title>Test</title>
        <tgroup cols="2">
          <tbody>
            <row>
              <entry>1</entry>
              <entry>2</entry>
            </row>
          </tbody>
        </tgroup>
    </table>

I get 
runtime error: 
file /home/ghost/Work/boost/tools/boostbook/xsl/docbook-layout.xsl line 30 
element call-template
xsl:call-template : template calsTable not found

and no table is generated. Looking at XSLT, I see that 'calsTable' is indeed 
called when there's a table with 'tgoup' inside.

What can be done? Is a fix possible or there's workaround? Among the elements 
allowed in <table>, 'tgroup' seems the only one which is suitable for regular 
tables.

TIA,
Volodya




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Boost-docs mailing list
[EMAIL PROTECTED]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to