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>...
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.