Subject: RE: How can repitition be avoided in XSL
From: "Richard Lander" <rlander@xxxxxxxxxxxxx>
Date: Tue, 15 Oct 2002 14:00:17 -0700
|
Can you re-word your question? Where does the repetition occur, as you
see it?
Thanks,
Rich
-----Original Message-----
From: Raghava Rao [mailto:call_raghava@xxxxxxxxxxx]
Sent: Tuesday, October 15, 2002 12:26 PM
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
How can repitition be avoided with xsl for the example input xml and
output
html file given below:
Input XML
<Parent>
<Class>
<Parameter>
<Name>P1</Name>
<Type>str</Type>
</Parameter>
<Parameter>
<Name>P2</Name>
<Type>int</Type>
</Parameter>
<Parameter>
<Name>P3</Name>
<Type>str</Type>
</Parameter>
<Parameter>
<Name>P4</Name>
<Type>str</Type>
</Parameter>
</Class>
<Class>
<Parameter>
<Name>P5</Name>
<Type>str</Type>
</Parameter>
<Parameter>
<Name>P1</Name>
<Type>str</Type>
</Parameter>
<Parameter>
<Name>P6</Name>
<Type>str</Type>
</Parameter>
</Class>
</Parent>
output HTML
Parameters are:
P1
P2
P3
P4
P5
P6
Thank you.
Raghava
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|