xsl-list
[Top] [All Lists]

back-referencing footnotes?

2005-06-06 16:14:08


I'm using xt-2002* via XEmacs/xslide to transform xml into html
(see resulting files here: www.aic-faic.org/jaic/)

And I'm seriously stuck on this one:

My footnote references look like this:
  
<TABLE>
  <TGROUP> 
    <THEAD> | <TBODY>
      <ROW>...
        <ENTRY>
          <FNR HREF="CH3TBL2FN1">&ast;</FNR> -or-
          <FNR HREF="CH3TBL2FN2">&ast;&ast;</FNR> etc..

And my footnotes are like this:

<TABLE>
  <TGROUP>...
    <TFOOT>
      <FN ID="CH3TBL2FN1">firstfootnotetext</FN>
      <FN ID="CH3TBL2FN2">secondfootnotetext</FN>

I want to resolve each table's FN(_at_)ID into the proper FNR matching
FNR(_at_)HREF, with results like this:

    &ast;  firstfootnotetext
    &ast;&ast;  secondfootnotetext

This is either really really simple, or...um, not.  I could disregard
the FNR and simply count, but I'm not certain the order is correct,
and I can't predict what the FNR symbol will be in any article

BTW, xt doesn't seem to like keys(), or I'm doing it wrong.


Thanks,

jb


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>