footnote
Hi,
In xml footnote is present inside paragraph. i want footnote number viewed in super script by using xslt.
XML Coding
<p>The text <footnote id="1"><label>1</label><ptext>footnote text 1</ptext></footnote> text continue <footnote id="2"><label>2</label><ptext>footnote text 2</ptext></footnote></p>
Required Html
<sup>1</sup> <ftext>footnote text1</ftext>
|