ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Thomas A. Schmitz" <thomas.schmitz@uni-bonn.de>
To: mailing ConTeXt users list for <ntg-context@ntg.nl>
Subject: expansion in xml section heads
Date: Sat, 11 Jul 2009 22:42:20 +0200	[thread overview]
Message-ID: <55C4BA50-5E13-4CBB-890B-671B066497E0@uni-bonn.de> (raw)

Hi all,

I'm not sure if this is a bug or a feature, but I'm still having  
trouble understanding the new structure code. Here is a small example:

\startbuffer[test]
<auth>
   <section>
   <title><emph>MyTitle</emph></title>
     <content>
      Hello world
    </content>
   </section>
</auth>
\stopbuffer

\startxmlsetups xml:mysetups
	\xmlsetsetup{\xmldocument}{auth|section|title|content|emph}{xml:*}
\stopxmlsetups

\xmlregistersetup{xml:mysetups}

\startxmlsetups xml:auth
	\xmlflush{#1}
\stopxmlsetups

\startxmlsetups xml:section
	\xmlflush{#1}\par \midaligned{\hl[5]}
\stopxmlsetups

\startxmlsetups xml:title
	\section{\xmlflush{#1}}
\stopxmlsetups

\startxmlsetups xml:content
	\xmlflush{#1}\par
\stopxmlsetups

\startxmlsetups xml:emph
	{\bgroup\em \xmlflush{#1}\egroup}
\stopxmlsetups

\setuphead
	[section]
	[style=normal,
          number=no,
       	 expansion=yes,
        	 page=yes]

\starttext
\xmlprocessbuffer{main}{test}{}
\stoptext

The title is not properly expanded though I have expansion=yes in my  
setuphead. Am I doing something wrong?

All best

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


             reply	other threads:[~2009-07-11 20:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-11 20:42 Thomas A. Schmitz [this message]
2009-07-12 13:39 ` Hans Hagen

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=55C4BA50-5E13-4CBB-890B-671B066497E0@uni-bonn.de \
    --to=thomas.schmitz@uni-bonn.de \
    --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).