这样的话,useBean的包进来的这个文件要怎么处理或有什么好方法???  
 
比如下面这个htm文件(jsp的include进来没问题,但在useBean里包进来不能进行解析):  
 
<TABLE  cellSpacing=2  cellPadding=0  width='100%'  border=0>  
                   <TBODY>  
                       <TR>    
                           <TD  class=dotY  vAlign=top  width='37%'><A  href='detail.php?fID=<%=fID%>'><%=smallpic%></A></TD>  
                           <TD  vAlign=top  width='63%'>  <TABLE  height=57  cellSpacing=0  cellPadding=2  width='100%'  border=0>  
                                   <TBODY>  
                                       <TR>    
                                           <TD  class=p9navyblue  height=11><%=fcNames%></TD>  
                                       </TR>  
                                       <TR>    
                                           <TD  class=p9v  vAlign=top><TABLE  height=57  cellSpacing=0  cellPadding=2  width='100%'  border=0>  
                                                   <TBODY>  
                                                       <TR>    
                                                           <TD  vAlign=top  nowrap  class=p9navyblue>市场价:¥<cur/><%=fMartPrce%></TD>  
                                                       </TR>  
                                                       <TR>    
                                                           <TD  vAlign=top  nowrap  class=p9navyblue>会员价:<span  class='p14red'>¥<cur/><%=fYouPrce%></span></TD>  
                                                       </TR>  
                                                       <tr  class=p9navyblue  valign='top'  style='display:none'>    
                                                           <td  class='p9navyblue'  nowrap>积分:0    
                                                           </td>  
                                                       </tr>  
                                                   </TBODY>  
                                               </TABLE></TD>  
                                       </TR>  
                                       <TR>    
                                           <TD  align='right'  vAlign=top  class=p9black>  <TABLE  cellSpacing=0  cellPadding=2  border=0>  
                                                   <TBODY>  
                                                       <TR>    
                                                           <TD  nowrap><IMG  height=12  src='/images/eshop/img_03.gif'  width=12></TD>  
                                                           <TD  nowrap><A  href='/membership/myorder.php?action=add&chkID=<%=fID%>'>订购</A></TD>  
                                                           <TD  nowrap><IMG  height=12  src='/images/eshop/img_03.gif'  width=12></TD>  
                                                           <TD  nowrap><A  href='detail.php?fID=<%=fID%>'>详细</A></TD>  
                                                           <TD  nowrap><IMG  height=12  src='/images/eshop/img_03.gif'  width=12></TD>  
                                                           <TD  nowrap><A  href='fav.php?action=add&chkID=<%=fID%>'>收藏</A></TD>  
                                                       </TR>  
                                                   </TBODY>  
                                               </TABLE></TD>  
                                       </TR>  
                                   </TBODY>  
                               </TABLE></TD>  
                       </TR>  
                   </TBODY>  
               </TABLE>