Hi,

I try to use a DOMWriterFilter (instance of my class MyFilter) with a
DOMWriterImpl :

domWriter = new org.apache.xml.serialize.DOMWriterImpl(false);
MyFilter myFilter = new MyFilter();
domWriter.setFilter( myFilter );

and I get the following exception :

Exception in thread "main" org.w3c.dom.DOMException: setDOMFilter is not
implemented..
at org.apache.xml.serialize.DOMWriterImpl.setFilter(DOMWriterImpl.java:410)

I understand that the setFilter method is not implemented for the
xerces.2_0_2.
Do you plan to do it ?

Thanks a lot in advance
        Dominique

> Dominique Sauquet
> Direction des Moyens Informatiques
> Tel : 01 46 84 13 12
> <mailto:[EMAIL PROTECTED]>
> 
> Prosodie      
> 150, rue Galliéni
> 92100 Boulogne
> <http://www.prosodie.com/>
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to