|
Subject: [xsl] xsl to format an ugly xml file to a neat xml file From: Jan Limpens <jan.limpens@xxxxxxxxx> Date: Sun, 12 Sep 2004 09:23:06 -0300 |
hi people,
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?
thanks again!
--
Jan
http://www.limpens.com
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] using node-set on a query, Michael Kay | Thread | RE: [xsl] xsl to format an ugly xml, Jarno.Elovirta |
| RE: [xsl] using node-set on a query, Michael Kay | Date | [xsl] regexp question, Bruce D'Arcus |
| Month |