[Irazabal, Alex] W hy does the search below fail?

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">

<html>

<%@ taglib uri=" http://jakarta.apache.org/taglibs/scrape-1.0

<http://jakarta.apache.org/taglibs/scrape-1.0> " prefix="scrp" %>

<head>

<title>Example JSP using scrape taglib</title>

</head>

<body bgcolor="#FFFFFF">

<scrp:page url="c:\jakarta\changes.html" time="1000"> 

<scrp:scrape id="Title1" begin="<h3>" end="</h3>" anchors="true"/>

</scrp:page>

<h3 align="center">Scraped News</h3><br/><br/>

<scrp:result scrape="Title1"/>

<hr/>

</body>

</html>

on the following page:

<head><META http-equiv="Content-Type" content="text/html;

charset=ISO-8859-1">

<meta name="author" content="Rich Catlett">

<title>Jakarta-Taglibs: Scrape Tag library (Pre Beta) Revision

History</title>

</head>

<body bgcolor="white">

<center>

<h1> 

Jakarta Project: Scrape Tag library (Pre Beta)

Revision History

</h1>

</center>

<h3>07/22/2001 - Pre Beta</h3>

<p>

Clean up of tag library prior to performing a beta

release, moving toward an official release. Changing tag library over

to 

the new build.

</p>

<h3>02/26/2001 - Development</h3>

<p>

Initial version of tag library before Jakarta-Taglibs

had an official release policy for tag libraries.

</p>

</body>

It should come up with 2 tags:

07/22/2001 - Pre Beta

02/26/2001 - Development

But it comes in empty!!! Anyone care to help, please?

Alex

 

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

Reply via email to