- From: Philippe Le Hegaret <plh@w3.org>
- Date: 11 Feb 2002 15:21:48 -0500
- To: Elliotte Rusty Harold <elharo@metalab.unc.edu>
- Cc: WWW DOM <www-dom@w3.org>
On Tue, 2002-02-05 at 23:30, Elliotte Rusty Harold wrote: > In the January 14 Load and Save draft, the DOMWriter interface is > missing an attribute for a DOMWriterFilter; i,e. it should have > > attribute DOMWriterFilter filter; > > > (unless I'm completely misunderstanding how DOMWriterFilters are > intended to be used, which is certainly possible.) Added: [[ When the application provides a filter, the serializer will call out to the filter before serializing each Node. Attribute nodes are never passed to the filter. The filter implementation can choose to remove the node from the stream or to terminate the serialization early. ]] Philippe
Received on Monday, 11 February 2002 15:22:01 UTC