I am transforming my XML file to another XML file using the XslCompiledTransform classes available in the .NET framework 3.5
I\'m creating an html file based on xml and xsl with XslCompiledTransform in c#.net. This works perfectly.
I\'m just in the process of upgrading a ASP.Net 1.1 application up to .Net 3.5 and one of the changes I\'ve made is to use XslCompiledTransform rather than XslTransform. I was running through some tes
XSL noobie but uttery stuck! I have a transform that formats a date using c# scripting function , this works fine when I am in VS 2008 and run \"show xml output\", the output is exactly what I want.
I\'m going on a couple assumptions here: XPathDocument is not editable. XmlDocument is editable. XPathDocument is more efficient开发者_开发技巧 for
I\'m using an XsltCompiledTransform to transform some XML into a fragment of HTML (not a complete HTML document, just a DIV that I will include in page generated elsewhere).
I\'m trying to pass a parameter to an XSLT stylesheet, but all i\'m getting is an empty xml document when the document is transformed using XSlCompiledTransform.