RE: [castor-user] easiest way to include arbitrary xml

2005-09-28 Thread Jez Nicholson
September 2005 04:54 To: user@castor.codehaus.org Subject: Re: [castor-user] easiest way to include arbitrary xml Jez, You can use solution 3 with a SAX ContentHandler instead of DocumentHandler to get rid of the deprecation warnings. Should be as easier as changing the XMLSerializer

Re: [castor-user] easiest way to include arbitrary xml

2005-09-27 Thread Keith Visco
Jez, You can use solution 3 with a SAX ContentHandler instead of DocumentHandler to get rid of the deprecation warnings. Should be as easier as changing the XMLSerializer#asDocumentHandler call to XMLSerializer#asContentHandler. Another possibility is to either use a different SAX based