Hi Zsolt, It should be possible to do something using a custom unmarshaller. I'll confess that I haven't tried this or even looked at XInclude in a long time, though. AFAIK the XInclude support is not available at the parser level, so you would need to explicitly handle it in your code.
- Dennis Dennis M. Sosnoski SOA, Web Services, and XML Training and Consulting http://www.sosnoski.com - http://www.sosnoski.co.nz Seattle, WA +1-425-296-6194 - Wellington, NZ +64-4-298-6117 Zsuffa Zsolt wrote: > > Hi. > > I’ve a quite large xml file constituting disparate, but interrelated > (there are internal references between global elements) information > which I’d like to split into separate xml files enhancing their > manageability. > > It is possible to unmarshall an xml document which references other > documents using XInclude? > > Or there is another workaround to solve this problem? > > Thanks, > > Zsolt > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > jibx-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jibx-users > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
