Re: [xsl] Multiple table footnotes

Subject: Re: [xsl] Multiple table footnotes
From: JBryant@xxxxxxxxx
Date: Mon, 20 Jun 2005 11:28:22 -0500
Hi, Mike,

Welcome to the list.

It sounds like a fairly straightforward grouping problem, but it's a bit 
hard to tell from the description. The preferred (because it removes 
ambiguities) way to post a question on the list is to show us a 
small-but-complete representation of your problem in XML, the XSL you've 
tried so far (unless you have been completely stumped, which is OK), and 
the desired output.

So, post a small-but-complete example of the problem you have, and we can 
do a lot more for you. The list doesn't take attachments (a feature many 
of us like), so just paste the XML and XSL right into the message.

Jay Bryant
Bryant Communication Services
(presently consulting at Synergistic Solution Technologies)




"Michael Smith" <mikesmi@xxxxxxxxx> 
06/20/2005 11:18 AM
Please respond to
xsl-list@xxxxxxxxxxxxxxxxxxxxxx


To
<xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
cc

Subject
[xsl] Multiple table footnotes






Hi everyone,
 
<newbie_alert>
 
I have a question about footnotes that I hope someone will be able to help
steer me in the right direction. In dealing with footnotes that appear in
both the body of the document, as well as in several tables, how does one
keep each table's footnote numbering and count separate from the footnote
numbering and count in the main body of the document, and from other table
footnote schemes (assuming you were using one tag - Footnote - for all
footnotes regardless of where they appeared in a document; also, != 
DocBook
if that's required info)? 
 
In the XML content I'm transforming, we're taking some non-tabular content
and putting them into tables during the transform. I'm stumped on how to
handle similarly-tagged footnotes in such newly-created tables so that 
they
have their own, independant numbering structure, with footnotes placed 
below
their respective tables.
 
Thanks much for your thoughts on this,
 
Mike
 
</newbie_alert>

Current Thread