在Xerces-C中打印XML文档

时间:2011-01-13 22:01:27

标签: c++ xml printing xerces-c

我的问题很简单。我有一个XercesDOMParser,所以我可以通过getDocument()访问存储在其中的DOMDocument。

我想获取代表树的xml字符串。

什么是正确的电话?我假设库提供了有效的操作符/函数。

1 个答案:

答案 0 :(得分:1)

我使用Xerces-C已经有一段时间但是我会看一下 http://xerces.apache.org/xerces-c/apiDocs-2/classDOMWriter.html 这会处理编码和其他问题(很容易忽略)。

我先看看

virtual XMLCh *     writeToString (const DOMNode &nodeToWrite)=0
    Serialize the specified node as described above in the description of DOMWriter.