Hi, here's the status of the Castor Pull Mapping gsoc project: Currently my gsoc mentor Joachim Grüneis and I are discussing the main use cases and the design of the pull mapping.
Main use case: Processing of very large documents that are flat in their structuree.g. a table export from a database. In this case the whole document shouldn't be mapped at once because it would require a far to large memory footprint. Proposed design: 1) Create a PullMapper trough the XMLContext 2) initialize it with the xml source and a xpath to the xml fragments of interest. 3) pull the mapped fragments one by one from the PullMapper no worries, Bernhard