users@jaxb.java.net

how do I generate the JAXB Model to edit/add/remove XML comments in the XML Content

From: Srinivasan Chikkala <srinivasan.chikkala_at_sun.com>
Date: Wed, 09 Jul 2003 16:01:42 -0600

I want to edit/add/remove the XML comments in the XML Content unmarshaled/marshaled by JAXB. Is there any option in xjc / schema bindings so that it generates the java objects corresponding to the XML Comments ? or any other approach to do this.

My requirements is

1. unmarshal the XML Content to java objects
2. add/remove/edit the XML Comments using the java model corresponding to the xml content
3. marshal the modified java objects to XML Content.

thanks,
srini