Click to See Complete Forum and Search --> : xml details to Excel


mariyana
05-17-2007, 04:28 AM
I have an output in xml format. I want to retrive only particular detail from that and print it in Excel

Eg:
<sort>
<type>ascending</type>
<level>1</level>
</sort>

required output in Excel is
Column name: Sort
Value : Ascending using VB