On 4/28/08, Richard Corfield <richard(_dot_)corfield(_at_)iop(_dot_)org> wrote:
<affil id="{label}">
<xsl:value-of select="$nameStr"/>
</affil>
<affil id="2">National Radio Astronomy Observatory, ChileThe National
Radio Astronomy Observatory is a facility of the National Science Foundation
operated under cooperative agreement by Associated Universities, Inc.</affil>
We've lost the semi-colon (excellent!) but also structure of the xml, the
<footnote> tags. :-(
The child contents of <affil tag you are generating consists of only a
text node (produced with <xsl:value-of select="$nameStr"/>).
You have not written any instruction to generate markup structures
below <affil.
--
Regards,
Mukul Gandhi
--~------------------------------------------------------------------
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>
--~--