* [NTG-context] position in xmlfilter
@ 2023-05-22 12:52 Hans van der Meer via ntg-context
0 siblings, 0 replies; only message in thread
From: Hans van der Meer via ntg-context @ 2023-05-22 12:52 UTC (permalink / raw)
To: NTG ConTeXt; +Cc: Hans van der Meer
[-- Attachment #1.1: Type: text/plain, Size: 812 bytes --]
I do not understand the behaviour of certain function is xml processing.
My problem is finding the position of the current node, for example with <A><B><A> I would like to see the first <A> resulting in 1 and the second in 2.
The result of some experiments:
return=[\xmlfilter{#1}{../tag()}] returns the parent tag, in this case [setup] as expected
return=[\xmlfilter{#1}{./tag()}] returns the tag, in this case [example] as expected
return=[\xmlfilter{#1}{../position()}] returns [] i.e. returns nothing expecting a number
return=[\xmlfilter{#1}{./position()}] returns [] i.e. returns nothing expecting a number
return=[\xmlfilter{#1}{../index()}] returns [0] expecting a number larger than 0
return=[\xmlfilter{#1}{./index()}] returns [0] expecting a number larger than 0
dr. Hans van der Meer
[-- Attachment #1.2: Type: text/html, Size: 1774 bytes --]
[-- Attachment #2: Type: text/plain, Size: 496 bytes --]
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage : https://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-05-22 12:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-22 12:52 [NTG-context] position in xmlfilter Hans van der Meer via ntg-context
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox