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]

RE: Attribute Names of the longest branch (Creating CSV data)


Steve,
   How did you display the data in that format?.Cause I have some stuff
similar to this.

Thanx,
Francis

 

 
> <books>
> 	<book bookname="blinky bill"/>
> 	<book bookname="superman">
> 		<author name="steve" age="24"/>
> 	</book>
> 	<book bookname="snugglepot">
> 		<author name="frank" age="60"/>
> 	</book>
> </books>
> 
> I want to get the output:
> 
> bookname,name,age
> blinky bill
> superman,steve,24
> snugglepot,frank,60
> 
 
> 
> Thanks,
> 
> Steve
 


 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]