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

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


#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
Resolution: | Keywords:
------------------------------------------------------------+---------------

Comment (by Christian Ceelen <christian.ceelen@…>):

 sorry for the formating mess above.

 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:
 {{{#!xml
 <numbers>
 <>one</><>two</><>three</><>four</>
 </numbers>
 }}}

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