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: Recursion Examples


Dan/Listers,

I would envision a simple HTML to be as follows:

Root Module<br/>

&#160;&#160;&#160;Module1<input type="checkbox" name="ParentModuleID"
value="1"/><br/>

&#160;&#160;&#160;&#160;&#160;&#160;Module4<input type="checkbox"
name="ParentModuleID" value="4"/><br/>

&#160;&#160;&#160;&#160;&#160;&#160;Module5<input type="checkbox"
name="ParentModuleID" value="5"/><br/>

&#160;&#160;&#160;&#160;&#160;&#160;Module6<input type="checkbox"
name="ParentModuleID" value="6"/><br/>

&#160;&#160;&#160;Module2<input type="checkbox" name="ParentModuleID"
value="1"/><br/>

&#160;&#160;&#160;&#160;&#160;&#160;Module7<input type="checkbox"
name="ParentModuleID" value="4"/><br/>

&#160;&#160;&#160;&#160;&#160;&#160;Module8<input type="checkbox"
name="ParentModuleID" value="5"/><br/>

&#160;&#160;&#160;&#160;&#160;&#160;Module9<input type="checkbox"
name="ParentModuleID" value="6"/><br/>

A more complex one would use folder icons and images that mimicked tree
branches. That, I'm sure, could be expanded on from the code that creates
the above.

Possible?

Thanks,

Jon

-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Dan Diebolt
Sent: Tuesday, May 01, 2001 6:42 AM
To: xsl-list@lists.mulberrytech.com
Subject: RE: [xsl] Recursion Examples


>I want to be able to display the results as a
>tree in html...for example:

root module
|--modulue1
|---module4
|---module5
|---module6
|--module2
|---module7
|---module8
|---module9

Post the html you would markup the above to get the desired
indention effect. There are several ways of getting indention
in html - all of which have some disadvantage. Do you really
want pipes and minus signs?

Regards,

Dan


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

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



 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]