Re: Entity and Element Addressing

>My conception of Well-Formedness has always been along the lines of
>"you can build the right parse tree".  Now, we have partially ducked
>that by saying that you don't have to fetch & parse external text entities;
>but you do have to know what the reference is pointing at.

Fine. My point is that even if entities are "missing", the result of a
parse should be "well-formed" (ie. the tree is correct except for the
missing nodes).

>What are the advantages to relaxing this restriction?  And if there
>are lots of others who agree with Gavin on this, speak up. - Tim

  1) It allows you to use entities, even when you don't have a
     declaration subset or DTD.
  2) It can help to reduce packet sizes in a realtime environment.
  3) It can make it easier to generate content dynamically.

My ideas for entity resolution were posted long ago to this
list. Basically, if all else fails (ie. no catalog, no declarations),
then I would like to see clients looking for "foo" or "foo.xml"
relative to the URL of the referring entity. A little extra robustness
and flexibility.

Received on Wednesday, 29 January 1997 11:36:14 UTC