RE: [xsl] xsl to format an ugly xml file to a neat xml file

Subject: RE: [xsl] xsl to format an ugly xml file to a neat xml file
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Mon, 13 Sep 2004 09:21:11 +0300
Hi,

> i wonder if there is somewhere a ready to use stylesheet that converts
> something like
>
> <foo attr=
> "bla">
> <bar>ggg</bar><bar>
>
> foo</bar>
>    <bar/>
>
>       </foo>
>
> to
>
> <foo attr="bla">
>    <bar>ggg</bar>
>    <bar>fff</bar>
>    <bar/>
> </foo>
>
> or similar.
>
> anyone got this somewhere in his/her stash?

<http://www.dpawson.co.uk/xsl/sect2/pretty.html#d7720e108>

Cheers,

Jarno

Current Thread