Migration from xerces v1 to xerces v3.1.1

北战南征 提交于 2020-02-25 05:20:06

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/8491125/migration-from-xerces-v1-to-xerces-v3-1-1

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!