EDN Admin
Well-known member
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
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