Does Universe have a software tool to format a XML
string so that is nicely indented ? Ei from:

<?xml version="1.0" encoding="utf-8"
?><Foo><Foobar>XXX</Foobar></Foo>

To:

<?xml version="1.0" encoding="utf-8" ?> 
<Foo>
  <Foobar>XXX</Foobar>
</Foo>
   

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to