The TODO bundle seems to ignore .xml files when run in a project.

If I just open an .xml file with TODOs by itself and run "Show TODO List" it works.  But if I have a project with that same file in it and run "Show TODO List" it doesn't work.

It does list TODOs in other files,just not .xml

I've tried it as another user, and have also tried removing all my settings and downloaded bundles as per the troubleshooting 101 page.

TM_TODO_IGNORE is not defined
In Preferences, Advanced, Folder References:
File Pattern = !(/\.(?!htaccess)[^/]*|\.(tmproj|o|pyc)|/Icon\r|/svn-commit(\.[2-9])?\.tmp)$
Folder Pattern = !.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$

Version is 1.5.8 (1498)

If it helps at all the files as a docbook project with a directory struture like:

product_version\book_name\Makefile
product_version\book_name\en-US\Book.xml
product_version\book_name\en-US\Chapter.xml
product_version\book_name\de-De\Book.po
product_version\book_name\de-DE\Chapter.po
product_version\book_name\ja-JP\Book.po
product_version\book_name\ja-JP\Chapter.po

Thanks in advance