Re: [xml2rfc] Embedded lists in V3 syntax

"David R. Oran" <daveoran@orandom.net> Mon, 26 April 2021 19:30 UTC

Return-Path: <daveoran@orandom.net>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1975B3A23F6 for <xml2rfc@ietfa.amsl.com>; Mon, 26 Apr 2021 12:30:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bE3lCIdQQf2C for <xml2rfc@ietfa.amsl.com>; Mon, 26 Apr 2021 12:30:16 -0700 (PDT)
Received: from spark.crystalorb.net (spark.crystalorb.net [IPv6:2607:fca8:1530::c]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A586D3A23F4 for <xml2rfc@ietf.org>; Mon, 26 Apr 2021 12:30:16 -0700 (PDT)
Received: from [192.168.15.102] ([IPv6:2601:184:407f:9004:fc7e:bbfc:6d27:9577]) (authenticated bits=0) by spark.crystalorb.net (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id 13QJUBNc001854 (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256 verify=NO); Mon, 26 Apr 2021 12:30:13 -0700
From: "David R. Oran" <daveoran@orandom.net>
To: Carsten Bormann <cabo@tzi.org>
Cc: xml2rfc <xml2rfc@ietf.org>
Date: Mon, 26 Apr 2021 15:30:05 -0400
X-Mailer: MailMate (1.14r5757)
Message-ID: <BDDEA736-58A3-4F0E-8AF4-1088C4B57E50@orandom.net>
In-Reply-To: <6881233D-CA50-4E63-8167-A5FE9E058FA6@tzi.org>
References: <B82E621C-0475-42BD-BFE7-C3717A2DDACC@orandom.net> <6881233D-CA50-4E63-8167-A5FE9E058FA6@tzi.org>
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"; format="flowed"
Content-Transfer-Encoding: 8bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/QYs2Vy0BhrnjiFztUPcWbvXv6ic>
Subject: Re: [xml2rfc] Embedded lists in V3 syntax
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 26 Apr 2021 19:30:21 -0000

Ah, light on.
I’d advocate an example in the FAQ, as none of the list examples put a 
<t> inside an <li>.

Many thanks,


On 26 Apr 2021, at 14:52, Carsten Bormann wrote:

> kdrfc -3c says:
>
> Input:
>
> * Outer
>   * Inner
>
> Output:
>
>       <ul spacing="normal">
>         <li>
>           <t>Outer
>           </t>
>           <ul spacing="normal">
>             <li>Inner</li>
>           </ul>
>         </li>
>       </ul>
>
> The »spacing=“normal”« is xml2rfc v3 conversion noise.
>
> https://xml2rfc.tools.ietf.org/xml2rfc-doc.html#name-li-2 reveals:
>
> Content schema:
> ( ( artset | artwork | blockquote | dl | figure | ol | sourcecode | t 
> | table | ul )+
> | ( text | bcp14 | br | cref | em | eref | iref | strong | sub | sup | 
> tt | u | xref )+ )
>
> So a single <li> either has text (case “Inner” above) or has a 
> mixture of block level elements (which include <t> and <ul>, case 
> “Outer" above).
>
> Hope that helps.
>
> Grüße, Carsten

DaveO