Hi, We have legacy code using stax for marshalling and unmarshalling our data. For architectural issues (now fixed in stone) we are not able to use JAXB or one of the other off-the-shelf solutions, as our APIs tightly control the lifecycle of the objects they manage. So what we would like to do is tell stax that it should give our code a stax reader or writer and let our code get on with the job.
Is this possible? I have spent an hour googling, but haven't turned up an example yet. I may be searching with the wrong words though. Thanks, Matthew
