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]

simplelist within entry


Tim and other DocBookers,

I've just reduced the problem to this (complete) DocBook article:


<?xml version="1.0"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"/cygwin/usr/local/lib/sgml/dtd/docbookx/docbookx.dtd">
<article id="tabletest">
  <title>Simple Table Test</title>
  <informaltable>
    <tgroup cols="1">
      <tbody>
	<row>
	  <entry>Here is a simple list:
	    <simplelist>
	      <member>List item number 1</member>
	      <member>Number 2</member>
	      <member>3</member>
	    </simplelist>
	  </entry>
	</row>
      </tbody>
    </tgroup>
  </informaltable>
</article>


Processes this with the XSL stylesheets (1.45, 1.46-exp), Saxon (6.4.3),
then JadeTeX/PassiveTeX (pdfTeX (Web2C 7.3.3)
3.14159-0.14f-released-20000525), produces the following error:


   <5:flow
       0:flow-name = "xsl-region-body"  >
    <5:block  >
     <5:block
         0:text-align = "center"
         0:margin-left = "-4pc"
         0:keep-with-next = "always"
         0:font-size = "24.8832pt"
         0:font-weight = "bold"
         0:font-family = "Helvetica"  >
(/usr/share/texmf/tex/latex/psnfss/t1phv.fd)
      <5:block
          0:keep-with-next.within-column = "always"

          0:hyphenate = "false"  >
1: hyphenation none, to replace en

      </5:block>
Underfull \hbox (badness 10000) in paragraph at lines 1--1
[]/phvb8t@24.8832pt/Simple Table Test

     </5:block>
    </5:block>
    <5:table
        0:width = "100%"  >
     <5:table-column
         0:column-number = "1"  >
! Illegal unit of measure (pt inserted).
<to be read again>
                   0
l.1 ..."100%"><fo:table-column column-number="1"/>
 
<fo:table-body><fo:table-r...

?


The error is slightly different using the 1.47-exp XSL stylesheets:


  <5:page-sequence
      0:id = "tabletest"
      0:hyphenate = "true"
      0:master-reference = "oneside1"
      0:language = "en"  >
1: hyphenation en, to replace none

   <5:static-content
       0:flow-name = "xsl-region-after"  >
    <5:block
        0:text-align = "center"
        0:font-size = "10pt"  >
     <5:page-number  >
     </5:page-number>
    </5:block>
   </5:static-content>
   Grabbed content
   End Grabbed content
   <5:flow
       0:flow-name = "xsl-region-body"  >
! Missing \endcsname inserted.
<to be read again>
                   \Odd:oneside1
l.1 ...ntent><fo:flow flow-name="xsl-region-body">
                                                  <fo:block><fo:block
text-a...

?


Hope someone can share some light on this problem.

Thanks,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]