Hi

I have some problems using the scrape taglib. anybody who have used it and is 
successful may please help.

I had this scrape taglib downloaded and used it as follows

in a jsp

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<%@ page language="java" errorPage="../except.jsp" %>
<%@ taglib uri="http://jakarta.apache.org/taglibs/scrape-1.0"; prefix="scrp" %>
     <head>   <title>Example JSP using scrape taglib</title>     </head>
     <body bgcolor="DAF0FE">
<scrp:page>
   <scrp:url>http://10.3.7.212:8080/index.html</scrp:url>
   <scrp:scrape id="new" begin="<table>" end="</table>" anchors="true"/>
</scrp:page>
<scrp:result scrape="new"/>
       </body>
</html>



herein the 10.3.7.212 is in intranet 


In the output i just get the page upto 

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
     <head>   <title>Example JSP using scrape taglib</title>         </head>
     <body bgcolor="DAF0FE">

nothing more

can anybody help...

Dhanyavad(thanks)   in advance
----------------------------------------------------
        V.T.R.Ravi Kumar
Engineer,CCX,BHEL, Haridwar
Phone : Office-91-01334-285260
             Res  -91-01334-226121
-----------------------------------------------------

==========================================================================To 
unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to