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]
Other format: [Raw text]

How to access to a node content randomly in xsl:for-each loop


Hi,
I m trying to access the content of a node in random order each time
when I run the XSL script, is it possible?
This is the XML piece
-------------------
<answer>
	<para>Perform axial 4i/8i scans in all detector matrix
configurations.</para>
</answer>
<answer>
	<para>Determine the channel(s) affected within the
row(s).</para>
</answer>
<answer>
	 <para>Determine the row(s) affected.</para>
</answer>
<answer>
	<para>Review system error log.</para>
</answer>
-------------




regards,

Cihan


 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]