Technical Question:
Is a Pages document Structured or Styled. What I mean is, Is the XML File a series of On/Off Tags, like HTML, WordPerfect and DocBook, or is it just a series of entities with Properties, like Word and RTF.
I always loved the fact that in WordPerfect, I could Reveal Codes and Delete/Add tags within the document logically, while with Styled Documents like Word, where every entity within a document has it's own style, I would get unpredictable results when I'd change one aspect of a document.
WordPerfect implemented Styles by grouping Multiple Formatting Tags into one Styling Tag, so for example, the
[Heading 1>Text Here<Heading 1]
style was actually
[Heading 1:Bold, +5, Underline, Center>Text Here<Heading 1:Un-Center, Un-Underline, -5, Un-Bold, HRT]
A Word document would be
[Heading 1 "T"][Heading 1 "e"][Heading 1 "x"][Heading 1 "t"][Heading 1 " "][Heading 1 "H"][Heading 1 "e"][Heading 1 "r"][Heading 1 "e"][Heading 1 "¶"]
If you changed how Heading 1 was defined in the Structured Document, only Opening and Closing Tags had to be modified, while a Styled Document would require every entity to be Changed.
A Styled Document would be easier to cut-and-paste though, since you'd have to make sure you selected Opening and Closing Tags when cut-and-pasting Structured Text.