ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Fwd: Re: Fwd: (again) issue with lpath and conditional
       [not found] <a9798e40-0d5f-8744-73d9-ff84476b22e6@xs4all.nl>
@ 2018-03-22 16:57 ` Hans Hagen
  2018-03-22 20:21   ` Pablo Rodriguez
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Hagen @ 2018-03-22 16:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users




-------- Forwarded Message --------
Subject: Re: Fwd: [NTG-context] (again) issue with lpath and conditional
Date: Thu, 22 Mar 2018 17:56:54 +0100
From: Hans Hagen <j.hagen@xs4all.nl>
To: luigi scarso <luigi.scarso@gmail.com>

On 3/22/2018 9:40 AM, luigi scarso wrote:
> ---------- Forwarded message ----------
> From: Pablo Rodriguez <oinos@gmx.es>
> Date: Wed, Mar 21, 2018 at 8:29 PM
> Subject: [NTG-context] (again) issue with lpath and conditional
> To: mailing list for ConTeXt users <ntg-context@ntg.nl>
> 
> 
> Dear list,
> 
> I have the following sample:
> 
>    \startbuffer[demo]
>    <doc>
>      <pre class="tex typeset fullwidth">
>        <code>
>          a
>        </code>
>      </pre>
>      <pre class="tex typeset">
>        <code>
>          b
>        </code>
>      </pre>
>    </doc>
>    \stopbuffer
> 
>    \startxmlsetups xml:initialize
>       \xmlsetsetup{#1}{doc}{xml:*}
>       \xmlsetsetup{\xmldocument}
>          {pre[contains(@class,'typeset')]/code}
>          {xml:pre:code}
>    \stopxmlsetups
> 
>    \xmlregistersetup{xml:initialize}
> 
>    \startxmlsetups xml:doc
>       \xmlflush{#1}
>    \stopxmlsetups
> 
>    \startxmlsetups xml:pre:code
>      \xmlinfo{#1}
>      \xmlpath{#1}
>      \xmldoifelse{#1}{../pre[contains(@class,'fullwidth')]}
>      %~ \xmldoifelse{#1}{{pre[class*="fullwidth"]}}
>        {\startpar Full–width.\stoppar}
>        {\startpar Another width.\stoppar}
>    \stopxmlsetups
> 
>    \starttext
>       \xmlprocessbuffer{main}{demo}{}
>    \stoptext
> 
> It is beyond my kmowledge why the lpath
> "{../pre[contains(@class,'fullwidth')]}" doesn’t return true, when
> \xmlinfo shows "[code]" and \xmlpath is "doc/pre/code" (indices aren’t
> relevant here).
> 
> Neither does the css selector work.
> 
> What am I missing in the lpath and the css selector?
\xmldoifelse {#1} {..[contains(@class,'fullwidth')]}


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Fwd: Re: Fwd: (again) issue with lpath and conditional
  2018-03-22 16:57 ` Fwd: Re: Fwd: (again) issue with lpath and conditional Hans Hagen
@ 2018-03-22 20:21   ` Pablo Rodriguez
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Rodriguez @ 2018-03-22 20:21 UTC (permalink / raw)
  To: ntg-context

On 03/22/2018 05:57 PM, Hans Hagen wrote:
> [...]
>> What am I missing in the lpath and the css selector?
> \xmldoifelse {#1} {..[contains(@class,'fullwidth')]}

Many thanks for your reply, Hans.

I’m afraid I wouldn’t have figured out myself in thousand years.

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2018-03-22 20:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <a9798e40-0d5f-8744-73d9-ff84476b22e6@xs4all.nl>
2018-03-22 16:57 ` Fwd: Re: Fwd: (again) issue with lpath and conditional Hans Hagen
2018-03-22 20:21   ` Pablo Rodriguez

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