-
- Downloads
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
Loading
Please register or sign in to comment