ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Simon Pepping <spepping@scaprea.hobby.nl>
Subject: Re: XML attributes
Date: Fri, 6 Jun 2003 21:37:09 +0200	[thread overview]
Message-ID: <20030606193709.GA2327@scaprea> (raw)
In-Reply-To: <87znkw6uxc.fsf@granit.home.astercity.net>

Tables make a lot of groups. When your <var> tag is read, your
parameter is defined in a group. When you use it in the next cell, you
are in another group, and your parameter value has disappeared. Try
this:

\defineXMLenvironment [var]
    {\xdef\varname{\XMLpar{var}{name}{blah}} \NC \varname \NC }
    {\NC\NR }

On Fri, Jun 06, 2003 at 12:06:39AM +0200, Jedrzej Nasiadek wrote:
> 
> Hi,
> 
> So I've got to use this modern XML thingy.. ;-)
> I tried to set up ConTeXt to typeset processed XML data.
> What goes wrong is the \XMLpar which sometimes gives default value
> instead of the real one. See the code below:
> 
> \starttext
> \defineXMLpickup [log]
>    {\starttabulate[|p(7cm)|p|] \HL\NC ObjectID \NC Value \NC\NR\HL}
>    {\stoptabulate}
> 
> \defineXMLenvironment [var]
>     {\NC \XMLpar{var}{name}{blah} \NC }
>     {\NC\NR }
> 
> \startXMLdata
> <log>
> <entry date="1054844187">
> <var name=".1.3.6.1.2.1.5.16.0"> 28674524 </var>
> </entry>
> <entry date="1054844247">
> <var name=".1.3.6.1.2.1.5.16.0"> 28674677 </var>
> </entry>
> <entry date="1054844307">
> <var name=".1.3.6.1.2.1.5.16.0"> 28674824 </var>
> </entry>
> <entry date="1054844367">
> <var name=".1.3.6.1.2.1.5.16.0"> 28674963 </var>
> </entry>
> </log>
> \stopXMLdata
> 
> \stoptext
> 
> 
> If I remove the \NC before \XMLpar -- it gives the real value of the
> name attribute. 
> 
>   Jedrzej
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

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

  reply	other threads:[~2003-06-06 19:37 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-05 22:06 Jedrzej Nasiadek
2003-06-06 19:37 ` Simon Pepping [this message]
2003-06-06 20:55   ` Jedrzej Nasiadek
2003-06-13 16:18     ` Hans Hagen
2003-06-07  0:03   ` Jedrzej Nasiadek
  -- strict thread matches above, loose matches on Subject: below --
2002-07-10  6:51 scarsoluigi
2002-07-10 20:05 ` Simon Pepping
2002-07-12 16:31   ` Hans Hagen
2002-07-09  9:47 scarsoluigi
2002-07-09 19:05 ` Simon Pepping
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=20030606193709.GA2327@scaprea \
    --to=spepping@scaprea.hobby.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).