I just discovered the tabularx package which allows me to introduce a table column which has line wrapping, and I also know that packages that allow automatic table splitting across pages do exists (e.g. longtable).
The problem is that I need both features at once, and nesting two commands provided by two different packages doesn't work (e.g. longtable + tabularx).
I would prefer a solution which uses tabularx + some other package if necessary to achieve this. Otherwise, any solution is acceptable which allows me to do automatic table splitting across pages and long line wrapping on the same table.
