I'm trying to transform an XML file using XSLT...the problem is that I have included a tag referencing a custom web control like this: <CUSTOMCONTROL:BULLETBUTTON runat="server" anotherprop=efgwwfgw"" ect="fefeefwfg">, it all is being transformed correctly except for this item.
I have tried creating a name space in the XSLT file like this: <CUSTOMCONTROL:BULLETBUTTON xmlns:CUSTOMCONTROL=" runat="server" anotherprop=efgwwfgw"" ect="fefeefwfg">
The browser won't parse the object! It displays the text when I view the source, but the server won't parse it. Can anyone help me??
Thanks in advance! - pain4u
I have tried creating a name space in the XSLT file like this: <CUSTOMCONTROL:BULLETBUTTON xmlns:CUSTOMCONTROL=" runat="server" anotherprop=efgwwfgw"" ect="fefeefwfg">
The browser won't parse the object! It displays the text when I view the source, but the server won't parse it. Can anyone help me??
Thanks in advance! - pain4u