Re: RS/RE, again (sorry)

There's one complication to this.  If there's no DTD (quite possible),
AND no way in the instance (such as with an attribute value) to indicate 
which is element content and which is mixed content, AND no stylesheet 
semantic that allows this to be controlled, how can the application layer
decide?  I'm guessing that DSSSL expects a document to have gone through 
a classic SGML parser first, which means that element content will have 
internal whitespace stripped.  XML documents might not undergo any such
treatment.  Somehow, the element-vs.-mixed distinction needs to be made 
in cases where it's critical for rendering or other processing.  Where is
the right place to make the distinction, if there's no DTD?  Is is the
stylesheet?  If so, are there any technical barriers to doing this?

        Eve

At 05:23 PM 12/11/96 -0500, Gavin Nicol wrote:
>Very simple summary of my position:
>
>1) Pass back all whitespace.
>2) Have the application layers(s) decide what to remove, and what
>   not to remove. A validation layer could be 8879 conformant if so 
>   desired.

Received on Wednesday, 11 December 1996 18:01:27 UTC