[Boost-bugs] [Boost C++ Libraries] #5211: XML output of arrays

Subject: [Boost-bugs] [Boost C++ Libraries] #5211: XML output of arrays
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-02-22 17:28:55


#5211: XML output of arrays
-----------------------------------------------------------+----------------
 Reporter: Christian Ceelen <christian.ceelen@…> | Owner: cornedbee
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: property_tree
  Version: Boost 1.46.0 | Severity: Problem
 Keywords: |
-----------------------------------------------------------+----------------
 The XML writer of the property_tree is not generating valid XML if an
 attribute in a node is a list of values.
 {
    "numbers" : [
       "one", "two", "three", "four"
    ]
 }
 the xml generated for this looks like:
 <numbers>
 <>one</><>two</><>three</><>four</>
 </numbers>

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5211>
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:05 UTC