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: Problems with XML and table of contents
Date: Thu, 27 Mar 2014 23:07:09 +0100	[thread overview]
Message-ID: <5334A10D.70708@wxs.nl> (raw)
In-Reply-To: <20140327115514.835dd13a92d28cab9989a4db@telefonica.net>

On 3/27/2014 11:55 AM, Xan wrote:
> Hi,
>
> I have this:
>
> \definehead [Fitxa] [subsubject]
> \setuphead [Fitxa][textstyle=sca,align=normal,color=headingcolor,before={},ownnumber=yes,incrementnumber=yes,number=no,strut=no]
> \setuplabeltext [Fitxa=Fitxa]
> \setuplist[Fitxa] [margin=4em,interaction=text,color=green,textcommand=\WORD]
> %\setuplist [Fitxa] [width=2em,criterium=all,interaction=all]
>
> \newcounter\FitxaNumber
>
> \def\fitxa#1%
> {\doglobal\increment\FitxaNumber
> \Fitxa{\FitxaNumber}{#1}}
>
>
> \setupcombinedlist[content][list={chapter,section,subsection,Fitxa,tasca},interaction=all,textcolor=black]
>
>
> and
>
> \startxmlsetups xml:demo:titol
>    \fitxa{\xmltext{#1}{/}}
> \stopxmlsetups
>
>
> In the document all is ok, but in the table of contents, I get "phantom" content.
>
> Any clue?

\definehead [Fitxa] [subsection][ownnumber=yes,expansion=yes]

\newcounter\FitxaNumber

\startxmlsetups xml:demo:base
       \xmlsetsetup{demo}{*}{xml:demo:*}
\stopxmlsetups

\xmlregisterdocumentsetup{demo}{xml:demo:base}

\startxmlsetups xml:demo:d
     \xmlflush{#1}
\stopxmlsetups

\startxmlsetups xml:demo:t
     \doglobal\increment\FitxaNumber
     \Fitxa{\FitxaNumber}{\xmlflush{#1}}
\stopxmlsetups

\startxmlsetups xml:demo:b
     \start
         \bf \xmlflush{#1}
     \stop
\stopxmlsetups

\starttext

\placelist[Fitxa][criterium=all]

\page

\xmlprocessfile{demo}{./x.xml}{}

\stoptext



<?xml version='1.0' standalone='yes' encoding="UTF-8"?>
<d>
     <t>normal <b>bold</b></t>
     <t>some more</t>
</d>


-----------------------------------------------------------------
                                           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:[~2014-03-27 22:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-27 10:55 Xan
2014-03-27 22:07 ` Hans Hagen [this message]
2014-03-28  8:27 ` Xan
2014-04-01  7:59   ` Xan

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=5334A10D.70708@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).