|
next
|
Subject: i need to display dynamic list of values from xml to XSLT Author: sreedhar methuku Date: 29 Sep 2011 05:32 AM
|
Hi,
IN XMl dynamic participant values i need to display in xslt values.
XML code
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <TreatySeries>
- <AnnexTitle Number="A">
<EngAnnexNumber />
<FrAnnexNumber />
<Footer>Volume 150</Footer>
<Topofpage />
</AnnexTitle>
- <AnnexEntry>
- <Footnote>
<EngFootNote>United Nations, Treaty Series, vol. 123, I-1654.</EngFootNote>
<FrnFootNote>Nations Unies, Recueil des Traités, vol. 123, I-1654.</FrnFootNote>
</Footnote>
- <AnnexEntryHeader>
- <EngAnnexHeader>
<TreatyNumber>1654</TreatyNumber>
- <Participants>
<Participant>Advisory Centre on WTO Law</Participant>
<Participant>Afghanistan</Participant>
<Participant>Agency for the Safety of Air Navigation in Africa and Madagascar</Participant>
<Participant>Finland</Participant>
</Participants>
i need to display xsl in specified format
Fot this XMl I want to generate xslt the output in the below format
No. 1654. Advisory Centre on
WTO Law
No. 1654. Centre consultatif sur
la législation de l'OMC
CONVENTION BETWEEN THE
KINGDOM OF BELGIUM, THE
GRAND DUCHY OF LUXEMBOURG
AND THE KINGDOM OF
THE NETHERLANDS RELATING
TO THE UNIFICATION OF EXCISE
DUTIES AND OF FEES FOR THE
WARRANTY OF ARTICLES OF
PRECIOUS METALS. THE HAGUE,
18 FEBRUARY 1950 [United
Nations, Treaty Series, vol. 123, I-1654.]
IN XSLT i need to display multiple participant values.kindly can you provide me details how to write the logic in XSLT>
xslthelp.docx XSLT code
|
|
|