I'd like to do something with my site that sounds very simple, but I just can't figure out how to do it. All I want to do is have the ability to browse through my taxonomy like this. Page that lists all vocabularies --> Page that lists all terms for selected vocabulary --> Page that lists all nodes belonging to selected term. And of course they all need to be linked together. I have tried so many things but I just can't seem to achieve this. I'm surprised this isn't a built in Drupal function.
I am a drupal expert but what you are describing can be archived with the category module (http://category.greenash.net.au/) but if you want to stick with taxonomy, then you have to create custom views using "Views Module" (http://drupal.org/project/views)
Thanks peacepeace. I have read a lot into the category module and it appears that this should do the trick. Thanks a bunch