Hello stickner and Russ, Forgive me if I am missing some aspects of XML to FM importing - I have read the structured apps guide but have not come to that point yet in putting all that info into practice. I have, however, developed an EDD from scratch with the option of XML roundtripping in the back of my mind. Doing paragraph and character styles formatting as part of the EDD is something that raises a lot of issues for export and import, and I tried to find a way of avoiding most of these. My EDD only uses attributes and occasional prefix and suffix rules to define stuff that should not be editable. All the other formatting, however, is done via the paragraph and character styles catalogues in the FM files. They are not passed to XML and back, but in the EDD all elements are mapped to specific paragraph and character styles. I believe that those rules are kept when exporting to XML (and importing from XML - if the translation rules are written correctly). So this basically cuts the direct dependency between content (in the elements, their attributes and their structure rules - which is roundtrippable to XML) and formatting (which is done via the paragraph and character styles). Of course, this enables the editor working in FM to change the formatting, but that is something I specifically wanted to have, as I do not want my clients to screw up the EDD when trying to make small changes to the paragraph and character styles. I want them to make global changes to the styles without touching the document structure that is laid down in the EDD. So, if I am correctly judging all aspects of the translation between XML and Frame, this could help you in circumvening the whole problem. You just need to have the EDD map the imported elements to the correct paragraph and character formatting tags and then import those paragraph and character styles from the old FM document to get the same formatting you had in the first place. Jang
... View more