V
Beleive or not I did similer to this that you sent me and got to the point of core dump. If you complie the code you gave me, it does core dump also at the same place strncpy. It just doesn't like the string pointers and I have string pointer just like below. So I am trying to move from the...
Thanks V,
I have been trying to use that strstr() function for past 2days, I just cannot make it work.
Do you know of any example of C code out there that will achieve what I am trying to do?
Thank you
Thanks V
I did check strtok funciton. But it extract string using a delimiters (a single char). My problem is to extract string
between
<Transaction>
....
</Transaction>
I have a xml doc, I need to parse certain tag. For ex. I need to extract strings between <Transaction> and </Transaction>..
How would i achieve that?
Thank you
<OrderFormDoc>
.........
<Transaction>
<CurrentTotals>
<Totals>
<AltTax DataType="Money" Currency="840">0</AltTax>...
Thanks olded,
Inserting text blob by calling c function - if you have it yes please send along.
Same problem - trying different option
Details on my problem. I have to manually create an xml string about 80000 chars and pass it to "c" function to do the https post using CURL.
I tried...
I want to load text data from the memory not from the file. It's a sensitive info like credit card that I don't want to put in the file and then load. The way I was thinking is create a tmp table with a text data type field within the program. Insert the text in that text datatype field. Then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.