Re: directory tree like presentation of xml contents

2003-10-19 Thread Oleg Dulin
in the same folder as the xml/xsl files. Any hints or suggestion. Regards Jonny From: Hugo Burm [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: directory tree like presentation of xml contents Date: Wed, 15 Oct 2003 20:45:03 +0200 Hi, I am using a DHTML tree from http

RE: directory tree like presentation of xml contents

2003-10-17 Thread Johannes Becker
folder as the xml/xsl files. Any hints or suggestion. Regards Jonny From: Hugo Burm [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: directory tree like presentation of xml contents Date: Wed, 15 Oct 2003 20:45:03 +0200 Hi, I am using a DHTML tree from http

RE: directory tree like presentation of xml contents

2003-10-15 Thread Lars Huttar
I want to present xml like this: a a1bla/a1 a2bla/a2 a3bla/a3 a4 b1bla/b1 b2 c1bla/c1 /b2 /a4 /a in a nice directory tree-style. I looked around for a suitable xsl, but I couldn't find one. Has anyone got

Re: directory tree like presentation of xml contents

2003-10-15 Thread Tony Collen
Lars Huttar wrote: Internet Explorer will display XML in an indented, tree-like style (if there is no attached stylesheet). You can also look at the Pretty-printing XML FAQ at http://www.dpawson.co.uk/xsl/sect2/pretty.html By the way this is a topic for an XML or XSL list rather than Cocoon.

RE: directory tree like presentation of xml contents

2003-10-15 Thread Johannes Becker
Hi, sorry I forgot something here. I want to present the XML in HTML. Jonny From: Lars Huttar [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: directory tree like presentation of xml contents Date: Wed, 15 Oct 2003 10:40:05 -0500 I want to present xml like

RE: directory tree like presentation of xml contents

2003-10-15 Thread Robert Koberg
Hi, sorry I forgot something here. I want to present the XML in HTML. You could modify this for your needs: xsl:template match=lsb:page | lsb:folder | lsb:site xsl:variable name=local_name select=local-name()/ xsl:variable name=id select=@id/ div class={$local_name} lsb_type=SiteNode

RE: directory tree like presentation of xml contents

2003-10-15 Thread Hugo Burm
Burm -Original Message- From: Johannes Becker [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 8:09 PM To: [EMAIL PROTECTED] Subject: RE: directory tree like presentation of xml contents Hi, sorry I forgot something here. I want to present the XML in HTML. Jonny From