-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have the following code that I need to migrate from VS 2003 (.Net 1.1) to VS 2008 (.Net 2+)
but I get compilation error -
System.Xml.Xsl.XslTransform' is obsolete: This class has been deprecated.
I probably need to use System.Xml.Xsl.XslCompiledTransform instead.
but I do not find the matching…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to use a XslCompiledTransform, and use the output as a XPathDocument.
Any Ideas?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a set of xslt stylesheet files. I need to produce the fastest performance of XslConpiledTransform, so i want to make in-memory representation of these stylesheets.
I can load them to in-memory collection as IXpathNavigable on application start, and then load each IXPAthNavigable into singleton…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm having some trouble using a combination of XElement and XslCompiledTransform. I've put the sample code I'm using below. If I get my input XML using the GetXmlDocumentXml() method, it works fine. If I use the GetXElementXml() method instead, I get an InvalidOperationException when calling the Transform…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there any limit for XML size for which XSLT is applied by XslCompiledTransform in .NET (3.5)? Also, is there any limitation for a length of parameteres passed to XSLT?
>>> More