[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Docbook-Website and Table Problems
docbook-website-2.6 (dtd and xsl), saxon-6.5.4, oXygen-6.1, jdk-1.5.0_04,
Kubuntu-5.04
The autogenerated autolayout.xml file generates the following error when
attempting transformation to html:
------------------------------------------------------------------------------------
Processing terminated by xsl:message at line 410
-----------------------------------------------------------------------------------
The offending lines of code are in the following fragment:
----------------------------------------------------------------------
<webpage id="foo" xmlns:html="&W3_XHTML;" xmlns:xlink="&W3_XLINK;"
xmlns:rddl="&RDDL;" xml:base="&XML_BASE;">
<config param="banner" value="&BANNER;"/>
<config param="banner-tabular" value="&BANNER_TABULAR;"/>
<config param="feedback.href" value="&FEEDBACK_HREF;"/>
<config param="footer" value="&FOOTER;" altval="&ALTVAL_FOOTER;"/>
<config param="footlink" value="&FOOT_LINK;" altval="&ALTVAL_FOOT_LINK;"/>
<config param="homebanner" value="&HOMEBANNER;"/>
<config param="homebanner-tabular" value="&HOMEBANNER_TABULAR;"/>
<config param="navbgcolor" value="&NAV_BG_COLOR;"/>
<config param="navtocwidth" value="&NAV_TOC_WIDTH;"/>
<config param="rcsdate" value="&RCS_DATE;"/>
<head>
<title>Foo Bar</title>
<titleabbrev>Foo</titleabbrev>
<summary>Foo</summary>
<keywords>foo</keywords>
</head>
<para>
<informaltable frame="all" pgwide="1">
<tgroup cols="3">
<colspec colwidth="1.7*" align="center"/>
<colspec colwidth="2*" align="center"/>
<colspec colwidth="1*" align="center"/>
<tbody valign="top">
<row>
<entry>Col 1</entry>
<entry>Col 2</entry>
<entry>Col 3</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</webpage>
<!-- EOF -->
-----------------------------------------------------
The issue is the table; when removed then transforms correctly. Note the code
validates without error.
Raymond
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]