Title: Recursive Amazon.com BrowseNodes Parsing Description: Parse Amazon.com BrowseNodes XML. Uses recursion to pull the top-level genres (such as Science Fiction & Fantasy for movies, or Comics & Graphic Novels for books) from the XML returned from an Amazon.com REST query. It ignores everything else, but with this basic recursion, you could tweak it to grab additional information. This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=9586&lngWId=4 The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.