Dear all,
May I request anybody to please advise regarding the below problem
Many thanks
Arul Kumar
-------- Original Message --------
Subject: CLARIFICATION IN XML 2 XML TRANSFORMATION
Date: Tue, 19 Oct 2004 13:49:24 +0530
From: Arul Kumar <arulxml(_at_)netscape(_dot_)net>
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Greetings all,
I am transforming the XML one to another format. I have an instant in my
input xml tree like below
<cross-ref refid="bib2 bib4 bib5 bib6"><sup>2,4–6</sup></cross-ref>.
And, after the transformation I need result as below
<sup><a href="#bib2">2</a>, <a href="#bib4">4</a>, <a
href="#bib5">5</a>, <a href="#bib6">6</a></sup>
Please advise, hot to achieve this.
Many thanks in advance
Arul Kumar