Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: C# and XSLT


Message #1 by frajtak@c... on Tue, 17 Jul 2001 16:02:53
Hello,

  I've got a problem. I want to write an ASPX (C#) document that loads a 

XML document, then a XSL document, transform it and write an output to 

response.

  I wrote same in ASP (Visual Basic) and there were no problem.

  Can someone advice me and show me some sample code.

  Thanx

                      Karel Frajtak         frajtak@c...

                      Czech Republic
Message #2 by "George Saliba" <georges@c...> on Tue, 17 Jul 2001 10:07:08 -0700
I'm not entirely sure if you're having problems using XSLT or using C#,

however I use the following tag in ASP.NET with C#: <asp:xml

DocumentSource=3D"example.xml" TransformSource=3D"example.xsl"

runat=3D"server" />. hth



-George Saliba



-----Original Message-----

From: frajtak@c... [mailto:frajtak@c...]

Sent: Tuesday, July 17, 2001 9:03 AM

To: ASP+

Subject: [aspx] C# and XSLT





Hello,

  I've got a problem. I want to write an ASPX (C#) document that loads a



XML document, then a XSL document, transform it and write an output to

response.

  I wrote same in ASP (Visual Basic) and there were no problem.

  Can someone advice me and show me some sample code.

  Thanx

                      Karel Frajtak         frajtak@c...

                      Czech Republic




  Return to Index