> I want to present xml like this:
> 
> <a>
>     <a1>bla</a1>
>     <a2>bla</a2>
>     <a3>bla</a3>
>     <a4>
>             <b1>bla</b1>
>             <b2>
>                 <c1>bla</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 one/ knows of one?
> 
> Thanks
> Jonny

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.
(Though I understand the desire not to have to subscribe to umpteen
different lists just to learn to use Cocoon.)

HTH,
Lars



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to