You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Orit Shchori <or...@ibotsoft.com> on 2001/02/11 13:28:15 UTC

External Function example

Hello!
When I use the External Function example on Elements, I can get the branch of the Node in the Execute function from the Context pointer. 
But when I use it on Attribute, I get the branch of the Attribute's parent, 
and I have no way to know which Attribute I use.
How can I get a pointer to the specific Attribute which the function refernce to?
Thanks, 
Orit

Re: External Function example

Posted by Gary L Peskin <ga...@firstech.com>.
> Orit Shchori wrote:
> 
> Hello!
> When I use the External Function example on Elements, I can get the
> branch of the Node in the Execute function from the Context pointer.
> But when I use it on Attribute, I get the branch of the Attribute's
> parent,
> and I have no way to know which Attribute I use.
> How can I get a pointer to the specific Attribute which the function
> refernce to?
> Thanks,
> Orit

Orit --

Can you send us an example of what you're talking about with working XML
and XSLT?

Gary