Return-Path: Delivered-To: apmail-jakarta-taglibs-dev-archive@apache.org Received: (qmail 45809 invoked from network); 19 Feb 2003 04:48:41 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 19 Feb 2003 04:48:41 -0000 Received: (qmail 28812 invoked by uid 97); 19 Feb 2003 04:50:24 -0000 Delivered-To: qmlist-jakarta-archive-taglibs-dev@nagoya.betaversion.org Received: (qmail 28805 invoked from network); 19 Feb 2003 04:50:23 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 19 Feb 2003 04:50:23 -0000 Received: (qmail 45472 invoked by uid 500); 19 Feb 2003 04:48:39 -0000 Mailing-List: contact taglibs-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tag Libraries Developers List" Reply-To: "Tag Libraries Developers List" Delivered-To: mailing list taglibs-dev@jakarta.apache.org Received: (qmail 45460 invoked by uid 500); 19 Feb 2003 04:48:39 -0000 Received: (qmail 45457 invoked from network); 19 Feb 2003 04:48:39 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 19 Feb 2003 04:48:39 -0000 Received: (qmail 34544 invoked by uid 1277); 19 Feb 2003 04:48:38 -0000 Date: 19 Feb 2003 04:48:38 -0000 Message-ID: <20030219044838.34543.qmail@icarus.apache.org> From: catlett@apache.org To: jakarta-taglibs-cvs@apache.org Subject: cvs commit: jakarta-taglibs/scrape/xml scrape.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N catlett 2003/02/18 20:48:38 Modified: scrape/xml scrape.xml Log: updated the documentation for the new header tag Revision Changes Path 1.4 +62 -0 jakarta-taglibs/scrape/xml/scrape.xml Index: scrape.xml =================================================================== RCS file: /home/cvs/jakarta-taglibs/scrape/xml/scrape.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- scrape.xml 30 Apr 2002 21:54:01 -0000 1.3 +++ scrape.xml 19 Feb 2003 04:48:38 -0000 1.4 @@ -301,6 +301,68 @@ + header + org.apache.taglibs.scrape.HeaderTag + JSP + header + + + Set an http header for the request. + + + + Set an http header for the request. + + 1.1 + Must be nested within a page tag + + + name + yes + no + + The name of the http header to be sent in the http request. + + 1.1 + + + + value + no + no + + The value of the http header to be sent in the http request. + + 1.1 + + + + + + Specify that the http request for the scrape set the User-Agent and + Referer headers. The User-Agent is set using the name and value + attributes. The Referer header is set using the name attribute and + the body of the header tag. + Note that a header tag must be nested within the body of the page tag + + + + + + http://localhost:8080/scrape-examples/scrape.jsp + + http://finance.yahoo.com/q?s=SUNW + + +]]> + + + + + + + scrape org.apache.taglibs.scrape.ScrapeTag JSP --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org