<div dir="ltr">Not perfect but you can try this:<br><br>
<style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">\documentclass[12pt,letterpaper,twoside]{book}</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">\let\mytabular\tabular</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">\let\myendtabular\endtabular</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">\usepackage{geometry}</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">\usepackage{ftnxtra}</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">\let\tabular\mytabular</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">\let\endtabular\myendtabular</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">\begin{document}</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">       \begin{table}</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">               \begin{tabular}[h]{|c|}</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">                       \hline</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">                       Table cell text\footnote{Testing footnote}</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">               \end{tabular}</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">       \end{table}</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">\end{document}</p><br><br><div class="gmail_quote">On Fri, Oct 21, 2011 at 12:13 AM, Karljurgen Feuerherm <span dir="ltr"><<a href="mailto:kfeuerherm@wlu.ca">kfeuerherm@wlu.ca</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello,<br>
<br>
Following up on the footnote in tables issue I brought up a short while<br>
back, I tried Vafa's suggestion to use ftnxtra.<br>
<br>
The example below works, until I uncomment the \table{} lines. Since I<br>
needed caption, that was the essential issue... Does anyone know what's<br>
up and/or what to do about it?<br>
<br>
Thanks<br>
<br>
K<br>
------------<br>
\documentclass[12pt,letterpaper,twoside]{book}<br>
<br>
\usepackage{geometry}<br>
\usepackage{ftnxtra}<br>
<br>
\begin{document}<br>
%       \begin{table}<br>
                \begin{tabular}[h]{|c|}<br>
                        \hline<br>
                        Table cell text\footnote{Testing footnote}<br>
                \end{tabular}<br>
%       \end{table}<br>
\end{document}<br>
<br>
<br>
--------------------------------------------------<br>
Subscriptions, Archive, and List information, etc.:<br>
  <a href="http://tug.org/mailman/listinfo/xetex" target="_blank">http://tug.org/mailman/listinfo/xetex</a><br>
</blockquote></div><br></div>