
-----------------------------------
AK.E
Wed Mar 11, 2009 7:49 pm

Formatting after a transformer
-----------------------------------
So I'm using a transformer to output my changes to an xml file. Is there a way that i could retain the proper formatting and whitespace instead of it being all on one line?

For example:
I'd rather have it like:
[code]
      Mike
      24

[/code]

Instead of:
[code]Mike24
[/code]

-----------------------------------
Tony
Wed Mar 11, 2009 8:19 pm

RE:Formatting after a transformer
-----------------------------------
Don't XML viewer applications format the contents anyway? I'm pretty sure that Firefox does.
