[Boost-bugs] [Boost C++ Libraries] #1223: boost::serialization chokes on correcly formatted empty XML element

Subject: [Boost-bugs] [Boost C++ Libraries] #1223: boost::serialization chokes on correcly formatted empty XML element
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-08-31 10:06:44


#1223: boost::serialization chokes on correcly formatted empty XML element
--------------------------------------+-------------------------------------
 Reporter: robert.bielik_at_[hidden] | Owner: ramey
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: serialization
  Version: Boost 1.34.1 | Severity: Problem
 Keywords: XML empty element |
--------------------------------------+-------------------------------------
 boost::serialization expects empty XML elements on the format (which is
 the format it generates them in):
 {{{
 <ElementName></ElementName>
 }}}

 It chokes on the legally and preferred formatted XML empty element:

 {{{
 <ElementName/>
 }}}

 with a 'stream error'. This can be a problem if preprocessing is needed
 (before serialization to objects) with XML libraries who tend to write
 empty elements of the latter format.

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1223>
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:49:56 UTC