Ben Griffin wrote:
Oops, yes it should be insert(), instead of append(). std::basic_string has an append member function, and I always forget that std::vector doesn't.Hi there Dave,Okay that was a good strategy, except that it appears there is no append for vectors, and the XMLString accessor is called stringLen.
As for XMLString::strLength vs. XMLString::stringLen, I'm sure you can figure out how to fix that.
Dave
