[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

saving nodes for later output

Subject: saving nodes for later output
From: "David Santamauro" <david.santamauro@xxxxxxxx>
Date: Sat, 3 Nov 2001 08:42:07 -0500
cells id rows
I'm not sure how to go about this so here is my qeustion:

I have markup which represents a table and inside the table are footnotes
and footnote references. I want to save the footnotes (body) outside of the
table.

So with this:
<tab>
 <row>
  <cell id="1">Text with a footnote.<footnote-ref
fnref="1.1"><sup>*</sup></footnote-ref></cell>
  <cell id ="2">More text...</cell>
 </row>
 <row><cell id="3">&nbsp;</cell></row>
 <row><cell id="4">&nbsp;</cell></row>
 <row>
  <cell id="5">
   <footnote-body fn="1.1">This is the text referred to in cell
id="1"</footnote-body>
  </cell>
 </row>

I'd like this (I'll use HTML as an example):
<table>
 <tr>
  <td>Text with a footnote.<a href="#1.1"><sup>*</sup></a></td>
  <td>More text...</td>
 <tr><td>&nbsp;</td></tr>
 <tr><td>&nbsp;</td></tr>
</table>
<p><a name="1.1">*</a>This is the text referred to in cell id="1"</p>





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.