D
David Schwartz
I've got a set of footnotes at the root which are being referenced
elsewhere in the tree via footnot-accoc elements. Footnote-assoc may
occur mutliple places/levels within the tree. I want to number the
footnote reference based on the footnote-assocs within each bucket.
FYI, I use <apply-templates/> extensively in my XSL stylesheets and,
if possible, I'd like to avoid passing a node set everytime.
<root>
<footnotes>
<footnote id="foot-001">
foo
</footnote>
</footnotes>
<bucket>
<description>
<para>Blah, blah<footnote-assoc>foot-001</footnote-assoc></para>
<bullet-group>
<bullet>
<bullet-para>hah<footnote-assoc>foot-001</footnote-assoc>,
hah, hah, hah</bullet-para>
</bullet>
</bullet-group>
</description>
</bucket>
</root>
TIA,
David
elsewhere in the tree via footnot-accoc elements. Footnote-assoc may
occur mutliple places/levels within the tree. I want to number the
footnote reference based on the footnote-assocs within each bucket.
FYI, I use <apply-templates/> extensively in my XSL stylesheets and,
if possible, I'd like to avoid passing a node set everytime.
<root>
<footnotes>
<footnote id="foot-001">
foo
</footnote>
</footnotes>
<bucket>
<description>
<para>Blah, blah<footnote-assoc>foot-001</footnote-assoc></para>
<bullet-group>
<bullet>
<bullet-para>hah<footnote-assoc>foot-001</footnote-assoc>,
hah, hah, hah</bullet-para>
</bullet>
</bullet-group>
</description>
</bucket>
</root>
TIA,
David