asp.net - custom control inside xslt file -


Hello all I am trying to keep a custom server control when it has a factory control inside my XSLT file . / P>

I use this file for custom generated forms

Anyway I have no problem in putting the asp server control inside XSLT, but .. I get an error when I A diffrent namespace

Here's the code:

  & lt; Xsl: if test = "@ type = 'html'" & gt; & Lt; FCK: FCKeditor runs = "server" id = "{@ name}" & gt; & Lt; / FCK: FCKeditor & gt; & Lt; / XSL: If & gt;  

And this is the error:

'The FCC is an undeclared naming place

thanks

You need to include the FCK namespace similar to the XCL name space, along with other namespaces in your names.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -