XslCompiledTransform and my XSL function

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hello,
I have problem with Extension Object in XslArgumentList. I defined Extension Object and I can use this like this:
<div style="color:Black;background-color:White; <pre>
<span style="color:Blue; <<span style="color:#A31515; xsl<span style="color:Blue; :<span style="color:#A31515; value-of <span style="color:Red; select<span style="color:Blue; =<span style="color:Blue; "control:Test(List)" <span style="color:Blue; />
[/code]
but I want use this like:
<div style="color:Black;background-color:White; <pre>
<control:Test argument="" />
[/code]
but this not work. How I can defined Extension Object?

View the full article
 
Back
Top