Re: LS: Last minute comments on CR

On Tue, 2004-01-06 at 17:36, Andrew Clover wrote:
>   What happens when "entities" is set to true and the LS...Filter asks for
>   the entity reference node to be SKIPped?
> 
>   1. the child nodes are processed with the filter receiving callbacks for
>      them, as if "entities" had been set to false just for this one entity
>      reference;
>   2. the entity reference's child nodes are processed en bloc, without
>      calling the filter again at all;
>   3. it is taken as the equivalent of REJECTing the entity reference, so
>      nothing is processed;
>   4. explicitly disallowed;
>   5. implementation specific.

We reconsidered the case, and found useful to pick option 1 (instead of
the option 3 status quo).

> (FWIW, pxdom currently plumps for option 1.)

You don't have to change your implementation then. :-)

Philippe

Received on Friday, 9 January 2004 11:59:48 UTC