Subject: action based on a parameter
From: Krithiga Subramanian <krithiga_s@xxxxxxxx>
Date: Mon, 4 Dec 2000 15:36:38 +0530
|
Hi,
i have a small problem.
my xml doc is like this
<root>
<cd>
<name> </name>
<title></title>
<position> 1 </position>
</cd>
<cd>
<name> </name>
<title></title>
<position> 1 </position>
</cd>
<cd>
<name> </name>
<title></title>
<position> 2 </position>
</cd>
</root>
my requirement is to write an xsl sheet, which displays them in HTML based
on the position field.
i.e all with position 1 should be displayed on row 1, those with 2 should be
displayed on row 2.
kindly help
thanks in advance
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|