Return-Path: Delivered-To: apmail-xml-xmlbeans-dev-archive@www.apache.org Received: (qmail 67774 invoked from network); 16 Sep 2003 19:17:18 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Sep 2003 19:17:18 -0000 Received: (qmail 43090 invoked by uid 500); 16 Sep 2003 19:17:08 -0000 Delivered-To: apmail-xml-xmlbeans-dev-archive@xml.apache.org Received: (qmail 43007 invoked by uid 500); 16 Sep 2003 19:17:07 -0000 Mailing-List: contact xmlbeans-dev-help@xml.apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: xmlbeans-dev@xml.apache.org Delivered-To: mailing list xmlbeans-dev@xml.apache.org Received: (qmail 42994 invoked from network); 16 Sep 2003 19:17:07 -0000 Message-ID: <004e01c37c87$1c3e25d0$d41e11ac@lightbox> From: "David Bau" To: Cc: "David Bau" , , "Eric Vasilik" References: <4B2B4C417991364996F035E1EE39E2E11E9D2B@uskiex01.amer.bea.com> Subject: Re: [xmlbeans-dev] RE: Patch for Unicode-Build-Bug Date: Tue, 16 Sep 2003 15:17:02 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Yup. The reason to use a custom regex package is that the regular expression language defined by XML schema is similar, but not exactly the same, as "ordinary perl" regular expressions. The xerces regex package implements the schema syntax exactly with their "x" option - until the JDK has schema-compatible regex's builtin, we need to have our own regex impl. David ----- Original Message ----- From: Eric Vasilik The regular expression package in the JDK was not used, I believe, on purpose. I can't recall exactly why, at the moment, but David Bau should be able to elaborate.... -----Original Message----- From: Darrell Teague [mailto:darrell.teague@mantech.com] Is this to say that the JDK 1.4 java.util.regex classes (Matcher and Pattern) are not used? I assume it is because the BEA software was created before the JDK 1.4 was released. However, are there - --------------------------------------------------------------------- To unsubscribe, e-mail: xmlbeans-dev-unsubscribe@xml.apache.org For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/