| Author: Amal anthony 27 Oct 2009 | Member Level: Bronze | Rating:  Points: 2 |
Actually i am passing this data from .net to sql server 2005 where i have one stored procedure to process and insert into table
|
| Author: ABitSmart 27 Oct 2009 | Member Level: Diamond | Rating:  Points: 2 |
You need to provide some more details. What do you mean by "name of imagename" ? Point out to the node with an example. It is not clear from the XML which node you are referring to.
Kind regards, ABitSmart DNS Web-master, DNS MVM My blog Thoughts.exe
|
| Author: Amal anthony 28 Oct 2009 | Member Level: Bronze | Rating:  Points: 2 |
Thank you .
Below i have the attribute name called as imagename.In the sameway, this attribute available in some more places in the respective xml document itself.Now i want to fetch these attribute details and insert into new table .so please explore ,how to parse this xml document within the stored procedure.
<Step3 imagename="email79" imagewidth="131" imageheight="103" />
|