ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: ntg-context@ntg.nl
Subject: Re: \startcomment...\stopcomment with XML processing
Date: Sun, 25 Jun 2017 12:18:52 +0200	[thread overview]
Message-ID: <348d7e15-0cb5-0a31-3945-b642b8d6e5a9@wxs.nl> (raw)
In-Reply-To: <f290d0c8-edee-25e7-8633-9cec3185d26c@gmx.es>

On 6/24/2017 10:53 PM, Pablo Rodriguez wrote:
> Dear list,
> 
> I have the following sample:
> 
>      \startbuffer[demo]
>      <doc>
>      <pre class="copy-code"><code>1
>      2
>      3
>      4
>      5</code></pre>
>      </doc>
>      \stopbuffer
> 
>      \startxmlsetups xml:initialize
>           \xmlsetsetup{#1}{doc}{xml:doc}
>          \xmlsetsetup{\xmldocument}
>              {pre[contains(@class,'copy\letterpercent-code')]/code}
>              {xml:copy:code}
>      \stopxmlsetups
> 
>      \xmlregistersetup{xml:initialize}
> 
>      \startxmlsetups xml:doc
>           \xmlflush{#1}
>      \stopxmlsetups
> 
>      \startxmlsetups xml:copy:code
>          %~ \startcomment[location=inmargin, color=yellow]
>              %~ \xmlpure{#1}
>          %~ \stopcomment
>          \comment[location=inmargin, color=yellow]{\xmlpure{#1}}
>      \stopxmlsetups
> 
>      \setupinteraction[state=start]
> 
>      \starttext
>           \xmlprocessbuffer{main}{demo}{}
>           \startcomment
>              1
>              2
>              3
>              4
>              5
>          \stopcomment
>      \stoptext
> 
> I don’t know why I cannot get \startcomment...\stopcomment with
> \xmlpure{#1}.
> 
> This is the only way I have to get lines and spaces in comments.
> 
> Which is the right way to do it?

     \startxmlsetups xml:copy:code
         \xmltobufferverbose{#1}{.}{whereever}
         \comment[location=inmargin,color=yellow,buffer=whereever]{}
     \stopxmlsetups


> Many thanks for your help,
> 
> Pablo
> 


-- 

-----------------------------------------------------------------
                                           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
___________________________________________________________________________________

  reply	other threads:[~2017-06-25 10:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-24 20:53 Pablo Rodriguez
2017-06-25 10:18 ` Hans Hagen [this message]
2017-06-25 13:00   ` Pablo Rodriguez

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=348d7e15-0cb5-0a31-3945-b642b8d6e5a9@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /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).