1

I am using tinyxml2 interface to read xml data from stream buffer.

How can I know number of characters successfully read by tinyxml2 interface.

mpromonet
  • 11,326
  • 43
  • 62
  • 91

1 Answers1

1

Probably this is what you are looking for.

According to documentation section "Printing" you can use TiXmlPrinter class to output to a std::string or memory buffer

deimus
  • 9,565
  • 12
  • 63
  • 107