ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Simon Pepping <spepping@scaprea.hobby.nl>
Subject: Re: XML attributes
Date: Tue, 9 Jul 2002 21:05:20 +0200	[thread overview]
Message-ID: <20020709210520.A525@scaprea> (raw)
In-Reply-To: <GYZ76D$1C3C79B73E06F5D104789516024328D8@libero.it>; from scarsoluigi@libero.it on Tue, Jul 09, 2002 at 11:47:01AM +0200

On Tue, Jul 09, 2002 at 11:47:01AM +0200, scarsoluigi@libero.it wrote:
> Hi, i'm just working on xml and context and i have the following
> question:
> give the following doc. fragm.
> 
> <node type="type1">
>   <node type="type2">
>     <leaf>LEAF</leaf>
>   </node>
>   <node >FLAT</node>
> </node>
>      
> 
> How can i discriminate <node> by attribute, and how to recognize <node>
> without attribute?

\edef\tmp{\XMLpar{node}{type}{}
\doifelse{\tmp}{type1}{case for type1}
	{\doifelse{\tmp}{type2}{case for type2}
		{case for other values}}}

or

\processaction[\XMLpar{node}{type}{default}]
	[  type1=>case for type1,
	   type2=>case for type2,
	 default=>default case]

> Thanks
> luigi

-- 
Simon Pepping
email: spepping@scaprea.hobby.nl


  reply	other threads:[~2002-07-09 19:05 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-09  9:47 scarsoluigi
2002-07-09 19:05 ` Simon Pepping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-06-05 22:06 Jedrzej Nasiadek
2003-06-06 19:37 ` Simon Pepping
2003-06-06 20:55   ` Jedrzej Nasiadek
2003-06-13 16:18     ` Hans Hagen
2003-06-07  0:03   ` Jedrzej Nasiadek
2002-07-10  6:51 scarsoluigi
2002-07-10 20:05 ` Simon Pepping
2002-07-12 16:31   ` Hans Hagen
2001-10-13 21:08 Simon Pepping
2001-10-15  7:56 ` Hans Hagen
2001-10-15 18:50   ` Simon Pepping

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=20020709210520.A525@scaprea \
    --to=spepping@scaprea.hobby.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).