Hi,
DOM nodes contain only strings, so you need to convert your double into a Unicode buffer first (sprintf + XMLString::transcode)

Alberto

Gennady Khokhorin wrote:
Hello, all.
I'm learning this package and can not figure out what is the easiest way
to put double value in the node value?

double 1.1;
DOMNode* node = DOMNodeList->item(i);
node->setNodeValue(...);

Thanks,
gok

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to