Ben Griffin wrote:
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.
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.

As for XMLString::strLength vs. XMLString::stringLen, I'm sure you can figure out how to fix that.

Dave

Reply via email to