Re: [xml-dev] SAX - endDocument() confusion again

From
Karl Waclawek <>
To
Jeff Rafter <>, Elliotte Rusty Harold <>
Date
2004-02-28T16:28:50Z
ID
<001201c3fe17$f2a74fe0$0207a8c0@karl>
Thread
Re: [xml-dev] SAX - endDocument() confusion again
----- Original Message ----- 
From: "Jeff Rafter" <>
To: "Karl Waclawek" <>; "Elliotte Rusty Harold" <>
Cc: <>; <>
Sent: Saturday, February 28, 2004 10:07 AM

> Perhaps Karl is referring to what I see as a far more common approach-- 
> which is to simply filter a specific handler (i.e., create a passthrough
> ContentHandler that acts on or modifies ContentHandler information as it is
> passed through).
 

Correct. My fault that I didn't make that clear.

Karl