ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* lpath question
@ 2010-03-11 21:35 Hans van der Meer
  2010-03-11 23:00 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Hans van der Meer @ 2010-03-11 21:35 UTC (permalink / raw)
  To: NTG ConTeXt

In xml processing I have the following element:
<abc>
   <xyz>contents</xyz>
   <xyz>contents</xyz>
</abc>

In the code it seems to make no diffence if I write /xyz or xyz  
without the / for the xyz-node.
{\xmlindex{#1}{/xyz}{1}}
{\xmlindex{#1}{xyz}{2}}

In the reference manual I find the / used, as for example in  
{\xmlfirst{#1}{/caption}}.
My question therefore: what exactly causes this behaviour? is it good  
coding practice to always use /xyz in this case?

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: lpath question
  2010-03-11 21:35 lpath question Hans van der Meer
@ 2010-03-11 23:00 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2010-03-11 23:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 11-3-2010 22:35, Hans van der Meer wrote:
> In xml processing I have the following element:
> <abc>
> <xyz>contents</xyz>
> <xyz>contents</xyz>
> </abc>
>
> In the code it seems to make no diffence if I write /xyz or xyz without
> the / for the xyz-node.
> {\xmlindex{#1}{/xyz}{1}}
> {\xmlindex{#1}{xyz}{2}}
>
> In the reference manual I find the / used, as for example in
> {\xmlfirst{#1}{/caption}}.
> My question therefore: what exactly causes this behaviour? is it good
> coding practice to always use /xyz in this case?


/ anchors in the #1 node

<a>
   <b>
     <c>c</c>
   </b>
   <b>
     <c>c</c>
   </b>
   <c>c</c>
</a>

so, if #1 == a then /c is more restictive than c

also, if you know that you only need the direct child node, it's faster 
as there is no need to go deeper

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-11 23:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-11 21:35 lpath question Hans van der Meer
2010-03-11 23:00 ` Hans Hagen

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).