ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* hyphen in class (from XML)
@ 2015-03-22 18:08 Pablo Rodriguez
  2015-03-23  9:12 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Rodriguez @ 2015-03-22 18:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

I have the following sample:

    \startbuffer[demo]
        <span class="tex-logo">TeX</span>
    \stopbuffer

    \setupinteraction[state=start]

    \startxmlsetups xml:initialize
        \xmlsetsetup{#1}{span[contains(@class,'tex-logo')]}{xml:tex:logo}
    \stopxmlsetups

    \xmlregistersetup{xml:initialize}

    \startxmlsetups xml:tex:logo
        \TeX
    \stopxmlsetups

    \stopxmlsetups

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

Unless I remove the hyphen from the class and from the setups (or
replace both hyphens with an underscore hyphen), I won’t get the \TeX logo.

Have I hit a bug or is it a feature?

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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: hyphen in class (from XML)
  2015-03-22 18:08 hyphen in class (from XML) Pablo Rodriguez
@ 2015-03-23  9:12 ` Hans Hagen
  2015-03-23 16:50   ` Pablo Rodriguez
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2015-03-23  9:12 UTC (permalink / raw)
  To: ntg-context

On 3/22/2015 7:08 PM, Pablo Rodriguez wrote:
> Dear list,
>
> I have the following sample:
>
>      \startbuffer[demo]
>          <span class="tex-logo">TeX</span>
>      \stopbuffer
>
>      \setupinteraction[state=start]
>
>      \startxmlsetups xml:initialize
>          \xmlsetsetup{#1}{span[contains(@class,'tex-logo')]}{xml:tex:logo}
>      \stopxmlsetups
>
>      \xmlregistersetup{xml:initialize}
>
>      \startxmlsetups xml:tex:logo
>          \TeX
>      \stopxmlsetups
>
>      \stopxmlsetups
>
>      \starttext
>           \xmlprocessbuffer{main}{demo}{}
>      \stoptext
>
> Unless I remove the hyphen from the class and from the setups (or
> replace both hyphens with an underscore hyphen), I won’t get the \TeX logo.
>
> Have I hit a bug or is it a feature?

\letterpercent-

(unless we decide to auto-escape)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: hyphen in class (from XML)
  2015-03-23  9:12 ` Hans Hagen
@ 2015-03-23 16:50   ` Pablo Rodriguez
  0 siblings, 0 replies; 3+ messages in thread
From: Pablo Rodriguez @ 2015-03-23 16:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 03/23/2015 10:12 AM, Hans Hagen wrote:
> On 3/22/2015 7:08 PM, Pablo Rodriguez wrote:
>> [...]
>> Unless I remove the hyphen from the class and from the setups (or
>> replace both hyphens with an underscore hyphen), I won’t get the \TeX logo.
>>
>> Have I hit a bug or is it a feature?
> 
> \letterpercent-
> 
> (unless we decide to auto-escape)

Many thanks for your reply, Hans.

It works fine now.


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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2015-03-23 16:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-22 18:08 hyphen in class (from XML) Pablo Rodriguez
2015-03-23  9:12 ` Hans Hagen
2015-03-23 16:50   ` 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).