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]

sorting


i have the foll xml.
i need to write an xsl which based on rowvalue writes data on a new line.

how can i achieve this
sample code would be helpful
thanks
/k

<SHAPE>
    	
    	<ROWVALUE id="1">
    		
    		<FILTER ID="1" SELECTED="ALL">
    		  <FILTERVAL abbrev="ALL">ALL</FILTERVAL>	
    		  <FILTERVAL abbrev="BR">Brand</FILTERVAL>
		  <FILTERVAL abbrev="CL">Class</FILTERVAL>
		  <FILTERVAL abbrev="GR">Group</FILTERVAL>
		  <FILTERVAL abbrev="ST">Style</FILTERVAL>
		  <FILTERVAL abbrev="DT">Date</FILTERVAL>
    		  <FILTERVAL abbrev="CO">Concept</FILTERVAL>
    		</FILTER>  
    	</rowvalue>

	<rowvalue id="2">
	    		
    		<FILTER ID="1" SELECTED="ALL">
	    		  <FILTERVAL abbrev="ALL">ALL</FILTERVAL>	
	    		  <FILTERVAL abbrev="BR">Brand</FILTERVAL>
			  <FILTERVAL abbrev="CL">Class</FILTERVAL>
			  <FILTERVAL abbrev="GR">Group</FILTERVAL>
			  <FILTERVAL abbrev="ST">Style</FILTERVAL>
			  <FILTERVAL abbrev="DT">Date</FILTERVAL>
	    		  <FILTERVAL abbrev="CO">Concept</FILTERVAL>
	    		</FILTER>  
    	</ROWVALUE>
    	
  
     	</PARTNER>
  </SHAPE>

 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]