Hey Sebastien > > I'm starting to look into supporting the latest SCDL schemas in the CPP > runtime. For now I've just copied the schemas from the Java assembly-xsd > module, and after trying a few changes to the ModelLoader, I'm starting to > think that it could be simplified a bit by using the libxml2 pull API to > read the composite files.
Are you looking at the 1.x XSD or the 2.x XSD? I wonder if we should go straight to the OASIS schema in 2.x. Bigger change but where we want to be I guess. I also wonder if we could use the Java builders to drive the C++ runtime (A C++ node if you like) so that we don't have to repeat all the domain and builder support in C++. > > I've also started to put together a store sample modeled after the Java > store sample, to help experiment with the new SCDL. Cool. Simon
