Re: Question about Entity and EntityReferance again.

In message "Re: Question about Entity and EntityReferance again.",
Don Park wrote...

 >>If only Entites have expanded contents, and EntityReferences are omitted
 >>its contents, Is it illegal for this spec?

 >What do you mean by EntityReferences omitting its contents?  If
 >EntityReference occurs in the document and there is an Entity with matching
 >name, Entity contents are mirrored in EntityReference.  If an implementation

If any EntityReferences have copy of expanded entity, it is too expensive.
If the EntityReferences which have same entity name refer only one expanded
entity, then traversing tree to lower level than EntityReference and traversing
to upper level than EntityReference will not be compatible.

I want to implement Entity and EntityReference as "Entity has expanded entity
as its children and EntityReference dosen't have children only have entity name".

Is this way illegal?

Received on Wednesday, 19 August 1998 23:23:04 UTC