wxFormBuilder / ticpp

This project is obsolete. TinyXML-2 offers a very similar C++ interface.
MIT License
92 stars 34 forks source link

Conversion to TiXML types #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is not really a defect but rather a suggestion.

Why not add a conversion function to get default TinyXML type e.g from 
ticpp::Element to TiXMLElement. To interface with legacy code, sometimes I 
need to get back the TinyXML type. Currently it is using the Node::To 
function, which uses a "evil" dynamic_cast.

Original issue reported on code.google.com by imtro...@gmail.com on 30 Mar 2009 at 4:38