I'm working with xml builder (.rxml view files) in a legacy rails2 project. I'm trying to create an xml file that has a series of outer containers/elements, and within each some amount of nested xml elements.
I'd like to only have newlines in between each outer element's xml. So basically I'd have a series of lines of text, one per outer element. I see in builder that I can control things like indent size and so on, but is there a way to control when newlines do and do not appear? Short of some sort of content-aware post-processing? Thanks... -glenn -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
