xsl-list
[Top] [All Lists]

Re: walking a tree

2003-06-05 08:11:43

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



<Prev in Thread] Current Thread [Next in Thread>