footnote back reference?
John Burke <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | rastagrafix |
| Message-ID | <[email protected]> |
OK, three days is enough to wrack my brains...
I have a footnote references like this:
<FNR HREF="CH3TBL2FN1">*</FNR> -or-
<FNR HREF="CH3TBL2FN2">**</FNR> etc..
And the footnotes are like this:
<FN ID="CH3TBL2FN1">firstfootnotetext</FN>
<FN ID="CH3TBL2FN2">secondfootnotetext</FN>
I want this:
* firstfootnotetext
** secondfootnotetext
Question: how can I replace the @ID with the matching FNR text?
This is either really really simple, or...um, not.
BTW, my processor (xt-2002*) doesn't seem to like keys()
Thanks,
jb