Sax events writer

2011-01-09 Thread Mansour Al Akeel
Hello all, I am having a little issue trying to write the resutls of SAX event to a file. In the past I have done this through diffent ways, like using Xalan: Serializer serializer = SerializerFactory .getSerializer(OutputPropertiesFactory .getDefaultMethodProperties("xml")); serializer.set

Re: Sax events writer

2011-01-09 Thread Michael Ludwig
Mansour Al Akeel schrieb am 09.01.2011 um 22:30 (+0200): > From what I see, it's common requirement to serialize sax events, and > write them as XML to a stream. > > I don't a big problem inclusing xalan-j or xmlwriter package, but > wondering since this is a common requirement it should be avail

Re: Sax events writer

2011-01-09 Thread Michael Glavassevich
Michael Ludwig wrote on 01/09/2011 09:02:36 PM: > Mansour Al Akeel schrieb am 09.01.2011 um 22:30 (+0200): > > > From what I see, it's common requirement to serialize sax events, and > > write them as XML to a stream. > > > > I don't a big problem inclusing xalan-j or xmlwriter package, but > >