This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

action based on a parameter


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]