[NTG-context] issue with lpath
Taco Hoekwater
taco at bittext.nl
Wed Aug 3 09:09:08 CEST 2022
> On 2 Aug 2022, at 21:14, Pablo Rodriguez via ntg-context <ntg-context at ntg.nl> wrote:
>
> Dear list,
>
>
> I need an lpath to select the h3 node above, but only the one with "h3 +
> blockquote" as a CSS selector (which could be added the lpath "../h3"
> after).
Lpath supports CSS selectors between curly braces as parts, so simply:
\xmlsetsetup{#1}{{h3 + blockquote}/../h3} {xml:section}
should do. The xml-mkiv.pdf manual has lots of other lpath examples as well.
Best wishes,
Taco
—
Taco Hoekwater E: taco at bittext.nl
genderfluid (all pronouns)
More information about the ntg-context
mailing list