From user-return-1894-apmail-forrest-user-archive=forrest.apache.org@forrest.apache.org Thu Mar 17 20:26:47 2005 Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 89840 invoked from network); 17 Mar 2005 20:26:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Mar 2005 20:26:47 -0000 Received: (qmail 20796 invoked by uid 500); 17 Mar 2005 20:26:46 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 20766 invoked by uid 500); 17 Mar 2005 20:26:46 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@forrest.apache.org Delivered-To: mailing list user@forrest.apache.org Received: (qmail 20743 invoked by uid 99); 17 Mar 2005 20:26:46 -0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=PRIORITY_NO_NAME,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from moutng.kundenserver.de (HELO moutng.kundenserver.de) (212.227.126.176) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 17 Mar 2005 12:26:44 -0800 Received: from [212.227.126.179] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1DC1Zq-0006PB-00 for user@forrest.apache.org; Thu, 17 Mar 2005 21:26:42 +0100 Received: from [212.59.50.29] (helo=a212595029.net-htp.de) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1DC1Zp-00031R-00 for user@forrest.apache.org; Thu, 17 Mar 2005 21:26:42 +0100 Date: Thu, 17 Mar 2005 21:26:37 +0100 From: Ferdinand Soethe X-Priority: 3 (Normal) Message-ID: <5510386961.20050317212637@soethe.net> To: Ferdinand Soethe Subject: Re: Q: Combining grammars? In-Reply-To: <1052743586.20050317194805@soethe.net> References: <1052743586.20050317194805@soethe.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:f75f2bd431147ec08213cc5cdb6cedb7 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Ferdinand Soethe wrote: FS> I have to write a dtd/schema/rng-grammar for a file that contains FS> partly structured information (the grammar for which I have already FS> written and placed in the project's resources/schema directory) and FS> partly free text that should validate against the document-v20-grammar. Never mind. I think I found the answer to my question when reading about validation in http://forrest.apache.org/docs/validation.html. Ferdinand Soethe