Return-Path: Delivered-To: apmail-maven-issues-archive@locus.apache.org Received: (qmail 16485 invoked from network); 12 Dec 2006 22:51:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2006 22:51:15 -0000 Received: (qmail 35889 invoked by uid 500); 12 Dec 2006 22:51:20 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 35842 invoked by uid 500); 12 Dec 2006 22:51:20 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 35405 invoked by uid 99); 12 Dec 2006 22:51:18 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2006 14:51:18 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [63.246.20.114] (HELO 63-246-20-114.contegix.com) (63.246.20.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2006 14:51:07 -0800 Received: (qmail 6348 invoked by uid 89); 12 Dec 2006 22:50:46 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 12 Dec 2006 22:50:46 -0000 Message-ID: <99733184.1165963846663.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Tue, 12 Dec 2006 16:50:46 -0600 (CST) From: "Henning Schmiedehausen (JIRA)" To: issues@maven.apache.org Subject: [jira] Created: (DOXIA-79) Doxia generates different XHTML for the same xdoc code MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Doxia generates different XHTML for the same xdoc code ------------------------------------------------------ Key: DOXIA-79 URL: http://jira.codehaus.org/browse/DOXIA-79 Project: doxia Issue Type: Bug Components: Core Affects Versions: 1.0-alpha-8, 1.0 Reporter: Henning Schmiedehausen Consider the following xdoc code:

p1

  • l1

p2

  • l1
This renders to the following XHTML code:

1

s1

p1

  • l1

s2

p2
  • l1
Please not the missing

around 'p2'. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira