Lines Matching full:now
24 - Moved the doubly liked list out of XmlBase. Now XmlBase only
42 - Loading now clears out existing XML rather than appending.
89 me, have long debated all out STL vs. no STL at all. And now you can have it both ways.
100 - Fixed non-const reference in API; now uses a pointer.
113 Will now automatically create entities for high ascii in output.
144 - Nodes and attributes can now print themselves to strings. (Yves suggestion)
152 - User Data are now defined in TiXmlBase instead of TiXmlNode
153 - Character Entities are now UCS-2
184 was a pointer to internal data. That is now: const TiXmlElement* Foo() const and
201 - TiXmlText can now parse and output as CDATA
206 - TinyXml now will do EOL normalization before parsing, consistent with the W3C XML spec.
207 - Documents loaded with the UTF-8 BOM will now save with the UTF-8 BOM. Good suggestion