home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.sys.mac.misc:15405 comp.sys.mac.programmer:14511
- Newsgroups: comp.sys.mac.misc,comp.sys.mac.programmer
- Path: sparky!uunet!decwrl!adobe!cpage@adobe.com
- From: cpage@adobe.com (Chris Page)
- Subject: Re: RTF definition/interpretation...somebody goofed!!? HELP!! (medium long)
- Message-ID: <1992Aug25.231839.6524@adobe.com>
- Sender: usenet@adobe.com (USENET NEWS)
- Organization: Adobe Systems, Inc.
- References: <1992Aug24.115156.23754@zoe.network23.com> <6627@uakari.primate.wisc.edu>
- Date: Tue, 25 Aug 1992 23:18:39 GMT
- Lines: 41
-
- In article <6627@uakari.primate.wisc.edu>, bin@primate.wisc.edu (Brain in Neutral) writes:
- >
- > From article <1992Aug24.115156.23754@zoe.network23.com>, by terry@zoe.network23.com (Terry):
- >
- > I submit that this is not the way a style should work (nor is my experience
- > that this is the way they DO work - when they work). There is no point
- > to having a stylesheet at all if the definition of the style must be
- > repeated in each paragraph to which it is supposed to apply.
- >
- > What is the point of a stylesheet, if not to be able to select a style
- > simply by referring to the style ID? If you have to repeat the definition
- > each time, then the stylesheet itself if vestigial.
-
- There is a difference between what Word (or any RTF reader/writer) does
- with style sheets once they have been read and the way they are expressed
- in the RTF file format.
-
- Word lets you mark some text with a style, and if you change the style, all the
- text formatting will change appropriately, and this is how most word processors
- with style sheets work.
-
- RTF, however, is not a word processor; it is a file format. It is intended to be
- easily parsable by RTF readers. Style sheets are declaired at the start of the
- file and readers that recognize style sheets can use them when editing the
- document. While reading the document text, the actual format of the text is always
- explicitly defined along with the style sheet ID. For readers that DO NOT use
- style sheets, all they have to do is ignore them and read the explicit format
- information. For readers that DO use style sheets, they are responsible for
- ignoring or otherwise appropriately reading the explicit formatting along with
- the references to the associated style.
-
- What this means is: the RTF format is not necessarily related to how word
- processors work.
-
- Chris Page
- Adobe Systems, Inc.
- cpage@adobe.com
-
- Disclaimer: these are my own opinions. My employer knows nothing about this.
- So let's just keep this our little secret, eh?
-
-