ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* issue with lpath
@ 2022-08-02 19:14 Pablo Rodriguez via ntg-context
  2022-08-03  7:09 ` Taco Hoekwater via ntg-context
  0 siblings, 1 reply; 9+ messages in thread
From: Pablo Rodriguez via ntg-context @ 2022-08-02 19:14 UTC (permalink / raw)
  To: ConTeXt users; +Cc: Pablo Rodriguez

Dear list,

I have this sample:

  \startbuffer[demo]
  <xml>
    <div class="section level3">
      <h3>One</h3>
      <p>Standard paragraph</p>
      <blockquote>
        <p>Quoted text</p>
      </blockquote>
    </div>
    <div class="section level3">
      <h3>Two</h3>
      <blockquote>
        <p>Direct quote</p>
      </blockquote>
    </div>
  </xml>
  \stopbuffer

  \startxmlsetups xml:initialize
    \xmlsetsetup{#1}
      {p|blockquote}
      {xml:*}
    \xmlsetsetup{#1}
      {(div|section)[contains(@class,'level3')]/h3/../!p/../h3}
      {xml:section}
  \stopxmlsetups

  \xmlregistersetup{xml:initialize}

  \startxmlsetups xml:p
    \startpar\xmlflush{#1}\stoppar
  \stopxmlsetups

  \startxmlsetups xml:blockquote
    \startblockquote\xmlflush{#1}\stopblockquote
  \stopxmlsetups

  \startxmlsetups xml:section
    \section{\xmlflush{#1}}
  \stopxmlsetups

  \starttext
     \xmlprocessbuffer{main}{demo}{}
  \stoptext

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).

It would be "<h3>Two</h3>" and not "<h3>Two</h3>" in this sample.

Excuse my ignorance, but which is the way to achieve this?

Many thanks for your help,

Pablo
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-08-05 15:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-02 19:14 issue with lpath Pablo Rodriguez via ntg-context
2022-08-03  7:09 ` Taco Hoekwater via ntg-context
2022-08-03 13:54   ` Pablo Rodriguez via ntg-context
2022-08-04 10:22     ` Taco Hoekwater via ntg-context
2022-08-04 14:07       ` Hans Hagen via ntg-context
2022-08-04 15:32         ` Taco Hoekwater via ntg-context
2022-08-04 16:39           ` Pablo Rodriguez via ntg-context
2022-08-05 15:28             ` Taco Hoekwater via ntg-context
2022-08-04 15:15       ` Pablo Rodriguez via ntg-context

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).