Creating a XML doc from a linked list

wxdqz

New Member
Hello,

I have a problem.....
I have a linked list written in C++ for various stores items.
Now I want to traverse this linked list and want to dump all the elements of that linked list in an XML file.
So how do I code so that my program traverses through the entire list and places the corresponding elements against the corresponding tags?
I have a DTD for my document.

Can someone quickly suggest anything?

Thanks in advance,

Piyush.
 
Back
Top