Re: [xsl] walking a tree

Subject: Re: [xsl] walking a tree
From: florian <csshsh@xxxxxxxxxxxxxxx>
Date: Thu, 5 Jun 2003 17:11:43 +0200

On Donnerstag, Juni 5, 2003, at 04:40 Uhr, David Carlisle wrote:




       <object>
         <name>apple</name>
         <size>2</size>
         <id>1</id>
       </object>
       <object>
         <name>orange</name>
    ....

i would like to literaly create a tree out of this data.

You mean you want to take that document and grow an orchard?
I fear that is a transformation too far, even for XSLT...

never heard the word 'orchard' before..


basically i would like to output something like:

apple - 2
   orange - 1

orange - 1



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


Current Thread