Why Nostr? What is Njump?
2024-01-12 10:53:58

ppk 🇪🇺 on Nostr: Given this HTML: <dl> <dt></dt> <dd></dd> <dd></dd> <dt></dt> <dd></dd> </dl> How do ...

Given this HTML:

<dl>
<dt></dt>
<dd></dd>
<dd></dd>
<dt></dt>
<dd></dd>
</dl>

How do I select all <dd>s up to the next <dt>?

dt + dd only selects the first one
dt ~ dd selects all dds in the entire list, including the ones I don't want.
Author Public Key
npub1l88kjjtfxmmqw46m3v6vmk3se3dhzanen6w0cjfvyfkgzh88vp9qjpyagz