sudham / ticpp

Automatically exported from code.google.com/p/ticpp
0 stars 0 forks source link

Incompatibility with TinyXpath #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Two libraries extend the functionality of TinyXML: yours and TinyXPATH 
( http://tinyxpath.sourceforge.net/ ).

It is not possible to use ticpp objects with TinyXpath, as it requires 
TiXmlNode objects. It doesn't seem possible to obtain the TiXmlNode 
pointer easily (GetTiXmlPointer is protected).

At the moment I have simply changed the code for ticpp in my project so 
that GetTiXmlPointer is public, as this seemed the easiest thing to do 
(but not necessarily the best).

It would be most appreciated if the two libraries were compatible without 
modification though. Any plans on that?

Original issue reported on code.google.com by lhog...@gmail.com on 7 Dec 2009 at 11:07

GoogleCodeExporter commented 9 years ago
I am all for that, but we don't use TinyXpath at all. So if you talked to them 
and
asked them the same question, we will accept any reasonable patch. Thoughts?

Original comment by rpusz...@gmail.com on 8 Dec 2009 at 12:07