[xsl] nice displaying of XML via XSL

Subject: [xsl] nice displaying of XML via XSL
From: "Sébastien Tisserant" <stisserant@xxxxxxxxxxxxxxx>
Date: Tue, 26 Mar 2002 09:23:53 +0100
hello

i have a xml

and i would like it to displayed in html with indentation and and return-to-next-line like this one

<element1 attr1="rir">
    <element2 attr2="fgfg">fdgfdg</element2>
    <element2>fdgfdg</element2>
    <element2>fdgfdg</element2>
        <element3>fdgfdg</element3>
        <element3 attr4="fgdgdg">fdgfdg</element3>
    <element2 attr9="dfssdf">fdgfdg</element2>
</element1>

could you help me doing this this via XSL ?

thanks.

Sébastien


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


Current Thread