Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 75562 invoked from network); 1 Nov 2002 15:29:42 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 1 Nov 2002 15:29:42 -0000 Received: (qmail 16920 invoked by uid 97); 1 Nov 2002 15:30:32 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 16904 invoked by uid 97); 1 Nov 2002 15:30:32 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 16892 invoked by uid 98); 1 Nov 2002 15:30:31 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.0.3 Date: Fri, 01 Nov 2002 15:29:04 +0000 Subject: [digester] RulesBase, tail match API doc patch From: Janek Bogucki To: Jakarta Commons Developers List Message-ID: In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This patch fixes a typo in the example tail match pattern in RulesBase.java. -Janek Index: RulesBase.java =================================================================== RCS file: /home/cvspublic/jakarta-commons/digester/src/java/org/apache/commons/digeste r/RulesBase.java,v retrieving revision 1.9 diff -u -r1.9 RulesBase.java --- RulesBase.java 29 Oct 2002 20:17:11 -0000 1.9 +++ RulesBase.java 1 Nov 2002 15:24:11 -0000 @@ -80,7 +80,7 @@ *
  • Exact Match - A pattern "a/b/c" exactly matches a * <c> element, nested inside a <b> * element, which is nested inside an <a> element.
  • - *
  • Tail Match - A pattern "*\/a/b" matches a + *
  • Tail Match - A pattern "*/a/b" matches a * <b> element, nested inside an <a> * element, no matter how deeply the pair is nested.
  • * -- To unsubscribe, e-mail: For additional commands, e-mail: