Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Write Readed Values

From: "Leandro Delamare" <lhdelamare@---.---.-->
To: NULL
Date: 3/1/2005 9:42:00 AM
Hello Elisabete, I try

hr = pXMLNodeList->get_item(i, &pXMLNode);
bstr_t bstrText = pXMLNode->text;
printf("%s", bstrText);

But the compiler say error C2039: 'text': is not a member of  'IXMLDOMNode;

Regards

Leo

"liscerq" <liscerq@g...> wrote in message 
news:1109669760.843264.33120@o......
> Hi,
>
> as I understood you want to print the value of the node which has the
> name "site".
>
> After the line:
>         hr = pXMLNodeList->get_item(i, &pXMLNode);
>
> you get the node:
>         pXMLNode
>
> so what you have to do now is only to get the node value by calling the
> IXMLNode member function "text":
>        bstr_t    bstrText = pXMLNode->text
>
> and now print it:
>        printf("%s", bstrText);
>
>
> I hope this was your question :)
> Elisabete.
> 




transparent
Print
Mail
Digg
delicious
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent