D
djasek
I want to call a C# function from a conditional formatting expression
with xdExtension, but I want to pass an XML node as an argument.
I tried to do this:
My C# function declaration looks like:
bool foo(IXMLDOMNode bar)
and when I call it like this:
xdExtension:foo(.)
I get an invalid cast error. Anyone know how to do this?
Thanks,
-Dan
with xdExtension, but I want to pass an XML node as an argument.
I tried to do this:
My C# function declaration looks like:
bool foo(IXMLDOMNode bar)
and when I call it like this:
xdExtension:foo(.)
I get an invalid cast error. Anyone know how to do this?
Thanks,
-Dan