id summary reporter owner description type status milestone component version severity resolution keywords cc 6613 XML schema or DTD generation from boost serialization nilesh.chauhan@… Robert Ramey "Hi, Is there a way to generate XML schema or DTD file along with the xml file we generate using boost serialization. Like one shown below. std::ofstream ofs(filename.c_str()); boost::archive::xml_oarchive oa(ofs); Tried looking for ""xsd_oarchive"" but not able to trace it in beta release also." Feature Requests closed To Be Determined serialization Boost 1.48.0 Problem wontfix boost xml schema serialization nilesh.chauhan@…