Hi everybody,
I'd like to use the xs:dateTime type  and Boolean type in my XML
DOMElement* prodElem = xmldoc->createElement(currentElement->getNodeName());

DOMText* prodDataVal =
xmldoc->createTextNode(X(datastr));prodElem->appendChild(prodDataVal);
this is how i m creating text node...
but how to i create datetime value or boolean node to append to it....

i have to  create an XML from xsd???

can anyone give idea to do this..........


Thanks

Reply via email to