ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: Mojca Miklavec <mojca.miklavec.lists@gmail.com>
Subject: Re: processing style inside verbatim in XML
Date: Mon, 24 Oct 2011 13:59:48 +0200	[thread overview]
Message-ID: <4EA55334.4030807@wxs.nl> (raw)
In-Reply-To: <CALBOmsZyN-YzjqhWXGo4x_F=p2bZh4R=xB1BJtw0at7yQAK6BA@mail.gmail.com>

On 21-10-2011 22:18, Mojca Miklavec wrote:
> Hello,
>
> Is there any simple way to typeset the following example properly in ConTeXt?
>
> I have an example of text that has to obey lines and spaces, but I
> would like to apply some color to make it more readable. The
> attachment contains an example of HTML which displays fine in my
> browser, and it should look similar with ConTeXt.
>
> I have problems with literal typesetting of<span class=...>  (that
> should have applied style instead), but maybe I only have wrong
> settings in my parser.
>
> When I use \xmlsetfunction{main}{pre}{lxml.displayverbatim}, then I
> cannot color the numbers. When I use, according to Wolfgang's
> suggestion,
>
> \startxmlsetups pre
> \setuplines[style=mono,space=yes]
> \startlines
> \xmlflush{#1}
> \stoplines
> \stopxmlsetups
>
> then all the spaces are eaten up by XML parser (or somewhere else), so
> that I don't get the desired result. Any ideas about this?
>
> I'm also sending a self-contained example with \setuplines which
> doesn't really work in the desired way.

The next beta will provide two extra flushers. The following patch to 
your example seems to work ok then.

\startxmlsetups all:html
	\xmlsetsetup{main}{head|h1|pre|span}{*}
\stopxmlsetups

\xmlmapval{span}{n}{\bf\red}

\startxmlsetups span
     \start
         \xmlval{span}{\xmlatt{#1}{class}}{}
         \xmlflush{#1}
     \stop
\stopxmlsetups

\startxmlsetups pre
     \start \tttf
    %\xmlflush{#1}
    %\xmlflushlinewise{#1}
     \xmlflushspacewise{#1}
     \stop
\stopxmlsetups

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
___________________________________________________________________________________


      reply	other threads:[~2011-10-24 11:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CALBOmsbUjEJkuRJAAgsdKk6_FMjGRe_E3fSniqr9gOMVWfHixA@mail.gmail.com>
2011-10-21 20:18 ` Mojca Miklavec
2011-10-24 11:59   ` Hans Hagen [this message]

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=4EA55334.4030807@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=mojca.miklavec.lists@gmail.com \
    --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).