Is there some reason you can't use <informaltable>?  It has the same
content model as <table>, except no <caption> element.

Best regards,
John Shipman ([EMAIL PROTECTED]), Applications Specialist, NM Tech Computer 
Center,
Speare 119, Socorro, NM 87801, (505) 835-5950, http://www.nmt.edu/~john
  ``Let's go outside and commiserate with nature.''  --Dave Farber

On Fri, 22 Feb 2008, Mayo Jordanov wrote:

+--
| I'm trying to suppress table and figure captions. I've tried playing with | formal.title.properties and object.title.markup but so far I've been quote | unsuccessful. The table markup (below) is rather simple, and I'm processing | it with the FO stylesheets. I'm trying to get rid of the caption completely, | so both the "Table 1" as well as the <caption> tag will be ignored | (regardless of it being defined or not).
|
| Any suggestions?
|
| thank you,
| Mayo jordanov
|
|
|    <table>
|      <!-- <caption>Sample HTML Table</caption> -->
|      <thead>
|        <tr>
|          <th>Col 1</th>
|          <th>Col 2</th>
|        </tr>
|      </thead>
|      <tbody>
|        <tr>
|          <th>Row 1</th>
|          <td>R1 C2 value</td>
|        </tr>
|      </tbody>
|    </table>
+--

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to