That's a great paper! Was/is there any attempt to address these issues
in XML? -- the idea that there is no unique logical privileged
perspective as it relates to the encoding of a text (or at least there
shouldn't be); that multiple hierarchical sub perspectives can exist
orthogonally within a non-hierarchical perspective. The work of any
parser would be to deconstruct whatever perspective he/she wished
(through a stylesheet perhaps). What immediately came to mind were
namespaces:
<P:person>
<P1:name>
Mr.
<P2:first>Thurston</P2:first>
<P2:middle>J.</P2:middle>
<P2:last>Howell</P2:last>
, III
</P1:name>
</P:person>
Where P2,P1 are sub perspectives of P. With a perspective aware parser,
this no longer becomes mixed content. If you follow the logic through
then there should really be no unique logical API for XML such as SAX or
DOM...
-- Jason R. Cupp (jcupp@essc.psu.edu) The Pennsylvania State University