nidhal
nidhal

Reputation: 1787

Migration from xerces v1 to xerces v3.1.1

I have to migrate my project from xerces 1 to xerces 3.1.1 but I can't find DOMString.hpp. Does someone have an idea where I can find this class?

Upvotes: 1

Views: 871

Answers (1)

Fred Foo
Fred Foo

Reputation: 363627

DOMString is gone in Xerces-C++ 3. Instead, the Xerces API gives you null-terminated XMLCh strings.

Upvotes: 1

Related Questions