I am trying to figure out how to import a content db into wordpress categories/posts. Is there a tool to help me do this? Thanks
Wordpress has an import feature (from your admin screen, go to Import). Since RSS is an option, you can likely create an RSS feed from your database that you'd just import. If the data isn't formatted, you could also just use insert statements in the tables. They're pretty easy to figure out.