ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: mf <massifr@fastwebnet.it>
To: ntg-context@ntg.nl
Cc: "Thomas A. Schmitz" <thomas.schmitz@uni-bonn.de>
Subject: Re: use of preceding-sibling in xmlsetsetup
Date: Sat, 17 Oct 2015 11:19:56 +0200	[thread overview]
Message-ID: <1445073596.2671.14.camel@fastwebnet.it> (raw)
In-Reply-To: <56200C3D.6000705@uni-bonn.de>

Thank you for your answer, Thomas.
I tried something similar (putting a \noindentation at the end of the
"incipit" paragraph, but it failed if I put a \blank after that).

The sibling part
In the book of the history of luatex (v 0.50) it is said that the
sibling functions would not be implemented soon, but at least 3 methods
have been implemented. From the release notes 8/5/2010 (http://wiki.con
textgarden.net/Context_2010.05.08):
"implement following-sibling(), preceding-sibling() and reverse-
sibling() lpath methods"

If you search for "sibling" in the mailing list archive, you find a
pair of threads. I've found no other documentation.

"reverse-sibling" is ConTeXt specific and very useful: it's a "reversed
preceding-sibling", so that you find the nearest sibling at index [1].
I've used it successfully in a \doif statement, but I failed in
translating it in a \xmlsetsetup statement, to tell ConTeXt: "this
setup is for an element p whose nearest preceding sibling p has class
'incipit'".

Massi

Il giorno gio, 15/10/2015 alle 22.27 +0200, Thomas A. Schmitz ha
scritto:
> On 10/14/2015 01:34 PM, massifr@fastwebnet.it wrote:
> > I've found a better solution:
> > 
> > \startxmlsetups xml:p
> >    \doif{\xmlattribute{#1}{reverse-
> > sibling::p[1]}{class}}{incipit}{\noindent}%
> >    \xmlflush{#1}\par
> > \stopxmlsetups
> > 
> > Still I did not manage to put that rule in a xmlsetsetup.
> > Tried this:
> > 
> > \xmlsetsetup{#1}{p[reverse-sibling::p[1]/attribute('class') ==
> > 'incipit']}{xml:p:noindent}
> > 
> > but it does not work.
> 
> I'm not sure if the "sibling" part of xpath syntax has been
> integrated 
> into context. The best I can come up with is a hack which may help:
> 
> \startbuffer[test]
> <text>
>    <p class="incipit">Dear list,</p>
>    <p>this paragraph should not be indented, because it follows the 
> “incipit”
>    of the letter.</p>
>    <p>This one and the following ones should be indented.</p>
>    <p>You may question whether “Dear list,” should be a paragraph of
> his 
> own,
>    but my text is already formatted like that and I can’t do anything
>    about it.</p>
> </text>
> \stopbuffer
> 
> \startxmlsetups xml:somesetups
>    \xmlsetsetup{#1}{text}{xml:text}
>    \xmlsetsetup{#1}{p}{xml:p}
> \stopxmlsetups
> 
> \xmlregistersetup{xml:somesetups}
> 
> \startxmlsetups xml:text
>    \xmlflush{#1}
> \stopxmlsetups
> 
> \startxmlsetups xml:p
> 	\doifelse {\xmlatt {#1} {class}} {incipit}
> 	  {\noindentation \xmlflush {#1}\par \noindentation}
> 	  {\xmlflush {#1}\par \indentation}
> \stopxmlsetups
> 
> \starttext
>    \setupindenting [medium, yes]
>    \xmlprocessbuffer{main}{test}{}
> \stoptext
> 
> This will suppress indentation for paragraphs with class "incipit"
> and 
> the following paragraph.
> 
> Thomas
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2015-10-17  9:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-12 15:38 massifr
2015-10-14 11:34 ` massifr
2015-10-15 20:27   ` Thomas A. Schmitz
2015-10-17  9:19     ` mf [this message]
2015-10-19  7:43       ` Thomas A. Schmitz
     [not found] <mailman.1.1445248802.4863.ntg-context@ntg.nl>
2015-10-19 15:48 ` ntg-context Digest, Vol 136, Issue 30 massifr
2015-10-20  9:48   ` use of preceding-sibling in xmlsetsetup massifr
2015-10-20 20:30     ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1445073596.2671.14.camel@fastwebnet.it \
    --to=massifr@fastwebnet.it \
    --cc=ntg-context@ntg.nl \
    --cc=thomas.schmitz@uni-bonn.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).