Skip to content
Snippets Groups Projects
Commit c0c74533 authored by Rene Brun's avatar Rene Brun
Browse files

From Sergei Linev

1. My TXMLEngine does not correctly treat quote symbol ("), which may appear
in comments to any data member.
   I fix this simple problem.

2. Somewhere between ROOT 4.01 and 4.03 algorithm how elements of STL
containers like vector<>,
   set<>, deque<> are stored in TBuffer was changed. Before each element was
stored individually, now they will
   be written simultaniousely by WriteFastArray operation. On binary level
it looks ok, but for xml
   format it brakes compatibility with previous versions. Hopefully, this
will not affect any users.

3. In connection with previous problem I modify TXMLPlayer class to have a
propper support of STL containers
   in external readers. I also add in class description link to example how
TXMLPlayer class can be used.
   This example inludes additional TXmlFile class (differ from ROOT
TXMLFile) which is now also integrates own
   xml parser and does not require libxml2 library.


git-svn-id: http://root.cern.ch/svn/root/trunk@11170 27541ba8-7e3a-0410-8455-c3a389f83636
parent 4262ff7c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment