You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by Liedl Markus <Ma...@temic-sp.com> on 2002/11/15 19:24:49 UTC

javascript ext. element acessing xpath results?

hi there,

is there anybody using a javascript extension element that acesses xpath results of the  source xml document?

I'm aiming at extensions like
<my-ext:join sep=", "  select="person/@name"/>

I'v used o.a.x.XPathAPI.selectNodeIterator(), to realise the javascript join() function, like sample/applyXPath is doing, but obviously i'm not understanding, that javascript extension code that is called during the transformation does not have the possibilities it has outside. Any help?

thanks,
markus