Subject: [Boost-bugs] [Boost C++ Libraries] #6613: XML schema or DTD generation from boost serialization
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-02-24 21:37:42
#6613: XML schema or DTD generation from boost serialization
--------------------------------------+-------------------------------------
Reporter: nilesh.chauhan@⦠| Type: Bugs
Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.48.0
Severity: Problem | Keywords: boost xml schema serialization
--------------------------------------+-------------------------------------
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.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6613> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:09 UTC