Hi!
char *value;
value = attr.getNodeValue().transcode();
if (strcmp( "John", value ) == 0 )
{
printf("Your name is John\n");
}
if (strcmp( "Tom", value ) == 0)
{
printf("Hello, Tom!\n");
}
etc.....
Regards,
--Carl
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- getNodeValue().transcode() XML Man
- Re: getNodeValue().transcode() Stefan Berglund
- Re: getNodeValue().transcode() Peter A. Volchek
- Re: getNodeValue().transcode() Peter A. Volchek
- Re: getNodeValue().transcode() Miroslaw Dobrzanski-Neumann
- Re: getNodeValue().transcode() Martin Kalen
- Re: getNodeValue().transcode() Miroslaw Dobrzanski-Neumann
- Re: getNodeValue().transcode() Martin Kalen
- Carl_Erhorn
