Need to build XML which reflects repo.

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I need to build XML that reflects repo.is there any code for building XML iteratively using the repo links?? or any built in classes to do tat?
My XML should be built something like this taking example of a web links next to it.
<book> - - http://someting.com/book <span style="color:#0066dd http://someting.com/book
<title> - - http://someting.com/book/title
<span style="color:#0066dd http://someting.com/book/title
abc - - http://someting.com/book/title/abc.txt
<span style="color:#0066dd http://someting.com/book/title/abc.txt
</title> - - http://someting.com/book <span style="color:#0066dd http://someting.com/book
</book> - - http://someting.com/ <span style="color:#0066dd http://someting.com
someting.com being its root node.

View the full article
 
Back
Top