Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Server controls from an XSLT transform


Message #1 by "Jason Wong" <jwong@v...> on Thu, 18 Oct 2001 01:00:02
Hi,

I'm using XSLT to transform an XML doc to HTML, the result of which is put 
into a <div runat="server"/> on my aspx page.  My problem is that I would 
like to place HTMLserver controls in the transformation result.  Putting 
server controls in the XSLT code unfortunately just results in a literal 
transform (i.e., I actually get output <input type="text" runat="server"/> 
in the HTML sent to the browser).  Is there any way to do this?  Thanks!

Jason

  Return to Index