正确翻译字符实体的 TinyXML 的最早版本是什么?
根据TinyXML文档,该软件最新版本正确翻译了标准的五种XML字符实体当您在 TiXmlText 对象上调用 Value() 时,将 (&, ", ', >, <) 转换为人类可读的等效项。
相比之下,本文档还指出,“旧版本的 TinyXML '保留' 字符实体,但较新的版本会将它们转换为字符。”
我目前使用的是 TinyXML 2.5.3,并且在 TiXmlText 对象上调用 Value() 会保留返回值中的字符实体。
字符实体转换是否仅作为 TinyXML 功能实现在 2.6 版本中?或者我的角色实体应该在 2.5.3 中正确翻译,但还有其他问题吗?
非常感谢您的帮助!
According to TinyXML documentation, the latest version of the software correctly translates the standard five XML character entities (&, ", ', >, <) into their human-readable equivalent when you call Value() on a TiXmlText object.
By contrast, this documentation also states that, "Older versions of TinyXML 'preserved' character entities, but the newer versions will translate them into characters."
I am currently using TinyXML 2.5.3, and calling Value() on a TiXmlText object preserves the character entities in the return value.
Was character entity translation only implemented as a TinyXML feature starting in version 2.6? Or should my character entities be translating properly in 2.5.3 and something else is going wrong?
Many thanks for your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论