How to get rid of Tue, 21 Oct 2003 12:59:01 -0700

Hello Everyone,

I'm using Portlet to fetch <table>..</table> at given
url and then append it to my html. For that I'm using
HTMLRewriter which will rewrite urls so that they will
be displayed in same portlet window.

But I found that, htmlRewriter tries to append the
<html _implied_="true><body _implied_="true"> to table
that I'm fetching from given url.

So the reterived data from url looks like below :

<html _implied_="true">
<body _implied_="true">
<table border="0" bgcolor="#ffffff" cellpadding="0"
cellspacing="0" width="546"> 
 ....
 ...
</table>
</body>
</html>

Any Idea why Rewriter appends <html..> <body
_implie..>
tags ?
How I can avoid them ?

thanks
j


__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to