ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \startcomment...\stopcomment with XML processing
@ 2017-06-24 20:53 Pablo Rodriguez
  2017-06-25 10:18 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Rodriguez @ 2017-06-24 20:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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?

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] 3+ messages in thread

end of thread, other threads:[~2017-06-25 13:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-24 20:53 \startcomment...\stopcomment with XML processing Pablo Rodriguez
2017-06-25 10:18 ` Hans Hagen
2017-06-25 13:00   ` 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).