[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: XSL Iteration... or something like that

Subject: Re: XSL Iteration... or something like that
From: "MoMad" <momad_no@xxxxxxxxxxx>
Date: Sat, 23 Nov 2002 18:21:12 -0800
momad
I would just do something like:

<xsl:template match="folder">
  &nbsp;
  <xsl:apply-templates />
</xsl:template>

<xsl:template match="text()">
  <xsl:value-of select="." />
</xsl:template>

Or something like that, give it a try.

----- Original Message -----
From: "Richard Smith" <richard@xxxxxxxxxxxxxx>
To: <XSL-List@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Saturday, November 23, 2002 4:56 PM
Subject:  XSL Iteration... or something like that


> Hi,
>
> I'm building an archive system using XML/XSL as the formatting layer.
>
> My problem is this. I have a hierachy of folders in the listed as follows:
>
> <folder name="archiveRoot"
>      friendlyName="Your archive"
>      href="/archive/">
>      <folder
>          name="subfolder"
>          friendlyName="Sub Folder"
>          href="/archive/subfolder" />
>      <folder
>          name="subfolder1"
>          friendlyName="Sub Folder 1"
>          href="/archive/subfolder1">
>          <folder name="subsubfolder1"
>              friendlyName="Sub Sub Folder 1"
>              href="/archive/subfolder1" />
>      </folder>
>      <folder name="subfolder2"
>          friendlyName="Sub Folder 2"
>          href="/archive/subfolder2" />
> </folder>
>
> Each <folder ...> element can have an infinite number of child
> <folder ...> elements.
>
> What I want to do to format these, is indent them nicely using HTML
> &nbsp;'s according to the level of the hierachy.
>
> I've been trying now for a few days on and off, but have failed
> miserably, and was wondering if anybody knew of a way to do it...
>
> So does anyone have an idea of how to display these? Or does anyone have
> any suggestions as to XML schema that would suffice the task?
>
> --
> Richard - richard[at]gotworms.co.uk
> # telnet://www.tr3.org:3000
> # Enter any 11-digit prime number to continue...
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.