Hi, i'm using XsltArgumentList.AddExtensionObject
with sucess.
The problem is when i call the functions from the xslt, they only get the arguments i pass.
How can i get the context (what node is being processed).
I am using XslTransform.Transform (myXPathDoc, xslArgs, myWriter);
to start the transformation..
I heard about SetContext
and RegisterCustomFunction
but they only seem to work on XPathExpression
objects...
Thanks