ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans van der Meer <H.vanderMeer@uva.nl>
To: NTG ConTeXt <ntg-context@ntg.nl>
Subject: using xml setup in another one
Date: Tue, 9 Mar 2010 13:32:51 +0100	[thread overview]
Message-ID: <FC00B754-14EC-4A00-A573-87CF1DEFCA90@uva.nl> (raw)

I would like to make xml-setups for general usage.

For example making possible:
<dvd> ...... <quote>Q</quote> ..... </dvd>

With special setup for dvd:
\startxmlsetups xml:case:casesetups		% environment definition
% ?????	\xmlsetsetup{dvd}{*}{-}			% ignore all inside <dvd></dvd> not  
below
	\xmlsetsetup{dvd}{%				% these are not to be ignored
	 dvd|state|datadirectory|....}{xml:case:*}
\stopxmlsetups
\xmlregistersetup{xml:case:casesetups}	% register this setup

and another one useable for general inclusion:
\startxmlsetups xml:common:commonsetups		% environment definition
	\xmlsetsetup{common}{quote|...}{xml:common:*}
\stopxmlsetups
\xmlregistersetup{xml:common:commonsetups}	% register this setup

As setup above it doesn't seem to work. What is the best route to  
accomplish the idea?
Best would be restricting the nodes in the <dvd>'s to those defined  
under <dvd> + those in common, exclusively.

Hans van der Meer




___________________________________________________________________________________
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:[~2010-03-09 12:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=FC00B754-14EC-4A00-A573-87CF1DEFCA90@uva.nl \
    --to=h.vandermeer@uva.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).