Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 81388 invoked from network); 7 Dec 2004 21:14:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Dec 2004 21:14:00 -0000 Received: (qmail 10959 invoked by uid 500); 7 Dec 2004 21:13:42 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 10865 invoked by uid 500); 7 Dec 2004 21:13:41 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 10818 invoked by uid 99); 7 Dec 2004 21:13:41 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Dec 2004 13:13:39 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id iB7LDa9o027148 for ; Tue, 7 Dec 2004 22:13:36 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id iB7LDawv027146; Tue, 7 Dec 2004 22:13:36 +0100 Date: Tue, 7 Dec 2004 22:13:36 +0100 Message-Id: <200412072113.iB7LDawv027146@ajax.apache.org> From: bugzilla@apache.org To: dev@cocoon.apache.org Subject: DO NOT REPLY [Bug 30824] - XML serializer puts DOCTYPE after initial XML comments X-Bugzilla-Reason: AssignedTo X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=30824 ------- Additional Comments From mdubinko@snapbridge.com 2004-12-07 22:13 ------- Having the DOCTYPE after the comments isn't an error. From the XML spec: [22] prolog ::= XMLDecl? Misc* (doctypedecl Misc*)? (where Misc is any of WS, comment, or PI) It's just one of those things that anyone who cares about would want it to be in the expected order. I don't know how cross-team coordination goes. How would one go about putting this on the Xalan team's radar? -m -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.