Sylvain,

On Thu, 16 Aug 2001 10:52:25 +0200, Sylvain Wallez <[EMAIL PROTECTED]> 
wrote:

> > public interface XMLFragment
> > {
> >   void toSAX(ContentHandler handler) throws SAXException;
> >   void toSAX(XMLConsumer consumer) throws SAXException;
> >   void toDOM(Node node) throws Exception;
> > }
> Be careful with XMLFragment : it's the only class that is common to both
> Cocoon1 and Cocoon2. This was meant to facilitate the transition by
> allowing people to represent their application objects with an
> XMLFragment that would be handled equally by C1 and C2.

Do you think is OK if I add the toSAX(XMLConsumer) method to
XMLFragment?

Greetings,
-- 
Ovidiu Predescu <[EMAIL PROTECTED]>
http://orion.nsr.hp.com/ (inside HP's firewall only)
http://sourceforge.net/users/ovidiu/ (my SourceForge page)
http://www.geocities.com/SiliconValley/Monitor/7464/ (GNU, Emacs, other stuff)

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

Reply via email to