Don't know but perhaps it's because in  "GetStrMid", "strTemp" point to
nowhere not initialized)

StrPrintF(strSearchValue,"%s%s%s","<",strXMLValue,">");
Can be replaced by
StrPrintF(strSearchValue, "<%s>", strXMLValue);


-----Message d'origine-----

Hi all,

I have an annoying problem that I can't find out why it is happening. I am
retrieving some XML via HTTP and want to parse it. I've written a function
that will return me the value within the specified tag. This function works
ok but crashes the app using the code below. I've debugged it and can't find
out why it is crashing? Anyone have any idea what I am doing wrong with the
code below?

..

-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to