[xml2rfc] SOLVED - Re: lists within lists

Robert Moskowitz <rgm@htt-consult.com> Tue, 19 January 2021 23:19 UTC

Return-Path: <rgm@htt-consult.com>
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 C67A83A1877 for <xml2rfc@ietfa.amsl.com>; Tue, 19 Jan 2021 15:19:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.898
X-Spam-Level:
X-Spam-Status: No, score=-1.898 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, 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 YU7340J1GuYO for <xml2rfc@ietfa.amsl.com>; Tue, 19 Jan 2021 15:19:25 -0800 (PST)
Received: from z9m9z.htt-consult.com (z9m9z.htt-consult.com [23.123.122.147]) (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 0391E3A1874 for <xml2rfc@ietf.org>; Tue, 19 Jan 2021 15:19:24 -0800 (PST)
Received: from localhost (localhost [127.0.0.1]) by z9m9z.htt-consult.com (Postfix) with ESMTP id 6F29A623C1 for <xml2rfc@ietf.org>; Tue, 19 Jan 2021 18:19:23 -0500 (EST)
X-Virus-Scanned: amavisd-new at htt-consult.com
Received: from z9m9z.htt-consult.com ([127.0.0.1]) by localhost (z9m9z.htt-consult.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id j2qo9PQPvfiy for <xml2rfc@ietf.org>; Tue, 19 Jan 2021 18:19:19 -0500 (EST)
Received: from lx140e.htt-consult.com (unknown [192.168.160.29]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by z9m9z.htt-consult.com (Postfix) with ESMTPSA id 110216247F for <xml2rfc@ietf.org>; Tue, 19 Jan 2021 18:19:16 -0500 (EST)
From: Robert Moskowitz <rgm@htt-consult.com>
To: "xml2rfc@ietf.org" <xml2rfc@ietf.org>
References: <2974c2f3-ba80-f64c-d630-cef5ba9a9b25@htt-consult.com>
Message-ID: <4ef27445-d851-eb02-d5b9-e7183e97a4b2@htt-consult.com>
Date: Tue, 19 Jan 2021 18:19:07 -0500
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0
MIME-Version: 1.0
In-Reply-To: <2974c2f3-ba80-f64c-d630-cef5ba9a9b25@htt-consult.com>
Content-Type: multipart/alternative; boundary="------------E730DAEA4830EA1010CF7A46"
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/Kz45wCYxT-iz9hRTcMAfoQp2rsI>
Subject: [xml2rfc] SOLVED - Re: lists within lists
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: Tue, 19 Jan 2021 23:19:27 -0000

I needed:

     <li>
         <t>Public key operations</t>
<ul spacing="normal" empty="true">

I asked basically the same question back in March.  :(

On 1/19/21 5:15 PM, Robert Moskowitz wrote:
> I am trying for something like:
>
> a)Public key operation
>       2 Public Key signing verifications,
>       1 Public Key signing,
> b)Key generation
>       1 Diffie-Hellman ephemeral keypair generation, and
>       1 Diffie-Hellman shared secret generation.
> And looking at rfc7991 I am suppose to be able to put <ul> within <li> 
> like:
>
>
>
> <ol type="a">
>     <li>
>         Public key operations
> <ul spacing="normal" empty="true">
>     <li>
>         2 Public Key signing verifications,
>     </li>
>     <li>
>         1 Public Key signing,
>     </li>
> </ul>
>     </li>
> </ol>
> <ol type="a">
>     <li>
>         Key generation
> <ul spacing="normal" empty="true">
>     <li>
>         1 Diffie-Hellman ephemeral keypair generation, and
>     </li>
>     <li>
>         1 Diffie-Hellman shared secret generation.
>     </li>
> </ul>
>     </li>
> </ol>
>
> But I get the error:
>
> $ xml2rfc --v3 draft-ietf-hip-dex.xml
> draft-ietf-hip-dex.xml(322): Error: Element li has extra content: ul, 
> at /rfc/middle/section[1]/section[2]/section/ol[1]/li/ul
> draft-ietf-hip-dex.xml(335): Error: Element li has extra content: ul, 
> at /rfc/middle/section[1]/section[2]/section/ol[2]/li/ul
>
> What am I doing wrong?
>
> How do I get nested lists?
>
> thanks
>
>
>
> _______________________________________________
> xml2rfc mailing list
> xml2rfc@ietf.org
> https://www.ietf.org/mailman/listinfo/xml2rfc