在 Xerces-C 中打印 XML 文档
我的问题很简单。我有一个 XercesDOMParser,因此我可以通过 getDocument() 访问存储在其中的 DOMDocument。
我想获取代表树的 xml 字符串。
正确的称呼是什么?我假设库提供了有效的运算符/函数。
My problem is simple. I have a XercesDOMParser, so I can access through getDocument() to the DOMDocument stored in it.
I want to get the xml string representing the tree.
What is the correct call? I assume a valid operator/function is provided by the library.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
自从我使用 Xerces-C 以来已经有一段时间了,但我会看看
http://xerces.apache.org/xerces-c/apiDocs-2 /classDOMWriter.html
这可以解决编码和其他问题(很容易被忽视)。
我首先看一下
It's some time since I used Xerces-C but I would look at
http://xerces.apache.org/xerces-c/apiDocs-2/classDOMWriter.html
This takes care of the encoding and other problems (which are easy to overlook).
I'd look first at