I'm not aware of any existing solution so I'd probably consider using regular expressions to add line feeds and tabs between elements. It will help alot if you can assume the xml will be well formed. Given the nature of this forum you might also consider a jQuery solution that iterates (recursively?) through the tree to copy element names and attributes as xml to a text string.
George On Jan 9, 8:35 pm, bweaverusenet <[EMAIL PROTECTED]> wrote: > Any ideas? Thanks! -bill

