[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

xml beautifier ?

Gilbert Rebhan

7/4/2007 7:08:00 PM

Hi,

i'm searching for a xml beautifier, something
like htmltidy as ruby library for xml files.

i.e. replace tabs with 4 spaces, indention like =

<bla foo="bar">
<sub foo="bar">
<subsub attr1="bla"
attr2="blaa"
attr3="blaaaa"
>
</bla>


Any libraries available already ?

Regards, Gilbert