Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 6652 invoked from network); 20 Jul 2007 20:02:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jul 2007 20:02:28 -0000 Received: (qmail 98738 invoked by uid 500); 20 Jul 2007 20:02:30 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 98591 invoked by uid 500); 20 Jul 2007 20:02:29 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 98580 invoked by uid 99); 20 Jul 2007 20:02:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2007 13:02:29 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2007 13:02:27 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 345E97141F4 for ; Fri, 20 Jul 2007 13:02:06 -0700 (PDT) Message-ID: <3645866.1184961726187.JavaMail.jira@brutus> Date: Fri, 20 Jul 2007 13:02:06 -0700 (PDT) From: "Brolin Empey (JIRA)" To: dev@forrest.apache.org Subject: [jira] Updated: (FOR-1032) validation problem when using custom DTD for XInclude support In-Reply-To: <13713364.1184959086509.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FOR-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brolin Empey updated FOR-1032: ------------------------------ Attachment: index-asf.xml A cut-down example of my index.xml file. Validation with Forrest 0.8 fails: validate-xdocs: /home/brolin/WEB/techsol.ca/forrest/src/documentation/content/xdocs/products/index-asf.xml:19:74: Element type "xi:include" must be declared. /home/brolin/WEB/techsol.ca/forrest/src/documentation/content/xdocs/products/index-asf.xml:19:74: The prefix "xi" for element "xi:include" is not bound. > validation problem when using custom DTD for XInclude support > ------------------------------------------------------------- > > Key: FOR-1032 > URL: https://issues.apache.org/jira/browse/FOR-1032 > Project: Forrest > Issue Type: Bug > Components: Plugin: input.XDoc, XML grammars & validation > Affects Versions: 0.8 > Reporter: Brolin Empey > Attachments: catalog.xcat, document-v20-jd.dtd, index-asf.xml > > > I am trying to use a custom DTD to add XInclude support in XDocs source files. My source file, which uses my new doctype and contains an XInclude element, does not validate. > Please see this thread for more details: > http://www.mail-archive.com/user@forrest.apache.org/msg02812.html > The discussion is continued in another thread, so you have to follow my link to the continuing thread. > David Crossley asked me to create this issue. At his request, I am attaching the following files: > - my new DTD > - my project XML Catalog > - a cut-down example of my index.xml file (the page that does not validate) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.