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

Subject: RE: Attribute Names of the longest branch (Creating CSV data)
From: "Selva, Francis" <Francis.Selva@xxxxxxxxxxxxxxx>
Date: Mon, 10 Apr 2000 14:35:29 -0700
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


Current Thread