Hi Dishara, Welcome to the mailing list.
Here are a fewer pointers to the existing serializers [1][2]. The old Xerces one is deprecated; replaced by the Xalan serializer which is now shared with the Xerces project. Would be good to get familiar with the SerializerFactory and SerializationHandler. Those APIs could be used as a base for building an XMLStreamWriter. As for the scope of the project, would like to see the OutputStream/Writer based XMLStreamWriter as a minimum, but that could be expanded to more parts of the StAX serialization API (e.g. XMLEventWriter) depending on your interest and how much time you're willing to put into this. Thanks. [1] http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xml/serializer/ [2] http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xml/serialize/ Michael Glavassevich XML Technologies and WAS Development IBM Toronto Lab E-mail: [email protected] E-mail: [email protected] Dishara Wijewardana <[email protected]> wrote on 03/14/2012 04:03:14 PM: > Hi all, > I am willing to take part in this SoC and already went through the > article [1] on StAX API. I also have hands on experience on using > java StAX API. > I am currently in the process of getting familiar with the > xercesj serializers as Michael instructed. > > Hi Michael, > It will be great if you can provide some links/guide to follow and > get familiar on the xerces XML/HTML/XHTML serializers for a new > comer as well as the expected scope of the project ? > > [1] - http://www.ibm.com/developerworks/library/x-stax3/index.html#N10195 > > -- > Thanks > /Dishara
