Accessing Extension Objects
Posted
by LB
on Stack Overflow
See other posts from Stack Overflow
or by LB
Published on 2010-04-05T23:20:57Z
Indexed on
2010/04/05
23:23 UTC
Read the original article
Hit count: 104
xslt
I've added an object to the XsltArgumentList. I was wondering how I could access and display it in my transformation?
xslarg.AddExtensionObject("someKey", "someValue");
However, when I transform, I wan't to be able to display "someValue".
Any idea how? Thanks.
© Stack Overflow or respective owner