xsl-list
[Top] [All Lists]

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

2004-09-13 05:59:36
Try Oxygen ( http://www.oxygenxml.com/ ) It also has a neat pretty print
facility ( formatting XML) in Eclipse (
http://www.eclipse.org/downloads/index.php)

HTH,
Vidya


-----Original Message-----
From: Jan Limpens [mailto:jan(_dot_)limpens(_at_)gmail(_dot_)com]
Sent: Sunday, September 12, 2004 8:23 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] xsl to format an ugly xml file to a neat xml file


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

--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--